diff options
Diffstat (limited to 'uxd.c')
-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; |