diff options
Diffstat (limited to 'txr.c')
-rw-r--r-- | txr.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -296,7 +296,7 @@ int txr_main(int argc, char **argv) argv++, argc--; continue; } else if (!strcmp(*argv, "--vg-debug")) { -#ifdef HAVE_VALGRIND +#if HAVE_VALGRIND opt_vg_debug = 1; argv++, argc--; continue; |