diff options
Diffstat (limited to 'src/options.c')
-rw-r--r-- | src/options.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/options.c b/src/options.c index bff46c3..120541a 100644 --- a/src/options.c +++ b/src/options.c @@ -70,8 +70,8 @@ void init_parse_options(int argc, char **argv) #ifdef HAVE_LIBXINERAMA /* if we're using xinerama, then enable it by default */ opt.xinerama = 1; -#endif /* HAVE_LIBXINERAMA */ opt.xinerama_index = -1; +#endif /* HAVE_LIBXINERAMA */ feh_getopt_theme(argc, argv); |