aboutsummaryrefslogtreecommitdiff
path: root/src/core/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/main.c')
-rw-r--r--src/core/main.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/main.c b/src/core/main.c
index 69cb1117..e327d311 100644
--- a/src/core/main.c
+++ b/src/core/main.c
@@ -46,11 +46,11 @@ static struct CommandLineOption gnunetgtkOptions[] = {
46#ifdef WINDOWS 46#ifdef WINDOWS
47 { 'd', "debug", NULL, 47 { 'd', "debug", NULL,
48 gettext_noop("run in debug mode"), 48 gettext_noop("run in debug mode"),
49 0, &gnunet_getopt_configure_set_one, &debug_mode }, 49 0, &gnunet_getopt_configure_set_one, &debug_mode },
50#endif 50#endif
51 COMMAND_LINE_OPTION_HELP(gettext_noop("GNUnet GTK user interface.")), /* -h */ 51 COMMAND_LINE_OPTION_HELP(gettext_noop("GNUnet GTK user interface.")), /* -h */
52 COMMAND_LINE_OPTION_HOSTNAME, /* -H */ 52 COMMAND_LINE_OPTION_HOSTNAME, /* -H */
53 COMMAND_LINE_OPTION_LOGGING, /* -L */ 53 COMMAND_LINE_OPTION_LOGGING, /* -L */
54 COMMAND_LINE_OPTION_VERSION(VERSION), /* -v */ 54 COMMAND_LINE_OPTION_VERSION(VERSION), /* -v */
55 COMMAND_LINE_OPTION_VERBOSE, 55 COMMAND_LINE_OPTION_VERBOSE,
56 COMMAND_LINE_OPTION_END, 56 COMMAND_LINE_OPTION_END,
@@ -96,7 +96,7 @@ int main(int argc,
96 &cfg); 96 &cfg);
97 if (i == -1) { 97 if (i == -1) {
98 GNUNET_fini(ectx, cfg); 98 GNUNET_fini(ectx, cfg);
99 return -1; 99 return -1;
100 } 100 }
101#ifdef WINDOWS 101#ifdef WINDOWS
102 if (!debug_mode) 102 if (!debug_mode)