diff options
author | B. Watson <urchlay@slackware.uk> | 2024-12-15 05:07:17 -0500 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2024-12-15 05:07:17 -0500 |
commit | 1fee044be729f35201cecb3a41b77e6981881989 (patch) | |
tree | aed6a15fab0be1065e268396374d4e09f3755d56 | |
parent | 6d2ed7484a29e5a093f24dd5fbbe3522029b4816 (diff) | |
download | uxd-1fee044be729f35201cecb3a41b77e6981881989.tar.gz |
comment nitpick
-rw-r--r-- | uxd.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -417,7 +417,7 @@ void fake_seek(void) { skip_input(i); } -/* used by -s option */ +/* used by -s / -S options */ void seek_input(void) { int whence = SEEK_SET; |