summaryrefslogtreecommitdiffstats
path: root/options.c
diff options
context:
space:
mode:
authorNRK <nrk@noreply.codeberg.org>2022-06-15 16:07:46 +0200
committerNRK <nrk@noreply.codeberg.org>2022-06-15 16:07:46 +0200
commit33a5d54cae441e447186c640747740dabc0c05fe (patch)
tree24121dda7c3e1902c9ff80017585e5e4b4931040 /options.c
parent91e097a4e6e1f8900ea71a45549a9dd5ac31253b (diff)
downloadnsxiv-33a5d54cae441e447186c640747740dabc0c05fe.tar.zst
Release version 30v30
Co-authored-by: NRK <nrk@disroot.org> Co-authored-by: Berke Kocaoğlu <berke.kocaoglu@metu.edu.tr>
Diffstat (limited to 'options.c')
-rw-r--r--options.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/options.c b/options.c
index 96cf092..8ae5c7e 100644
--- a/options.c
+++ b/options.c
@@ -164,7 +164,7 @@ void parse_options(int argc, char **argv)
_options.scalemode = s - scalemodes;
break;
case 'T':
- title_deprecation_notice(); /* TODO(v30): remove this option */
+ title_deprecation_notice(); /* TODO(v31): remove this option */
break;
case 't':
_options.thumb_mode = true;