summaryrefslogtreecommitdiff
path: root/navit/start_real.c
diff options
context:
space:
mode:
authorJoseph Herlant <aerostitch@users.noreply.github.com>2018-05-30 08:43:42 -0700
committerjkoan <jkoan@users.noreply.github.com>2018-05-30 17:43:42 +0200
commit567a02aa949dfa34f7b2c2246c6eb6f8818fdf01 (patch)
tree4bb102fa60f0d01db0184d1424a5fc822ba79bc9 /navit/start_real.c
parentcd477eb0e05b74b8dd26aa2df2778505a3b3c37c (diff)
downloadnavit-567a02aa949dfa34f7b2c2246c6eb6f8818fdf01.tar.gz
Cleanup:global:force the re-attach the return type to the function declaration (#605)
* Cleanup:global:force the re-attach the return type to the function declaration * cleanup:global:some loose ends
Diffstat (limited to 'navit/start_real.c')
-rw-r--r--navit/start_real.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/navit/start_real.c b/navit/start_real.c
index 60d3396e7..fd631916f 100644
--- a/navit/start_real.c
+++ b/navit/start_real.c
@@ -55,8 +55,7 @@ char *version=PACKAGE_VERSION"+git:"GIT_VERSION""NAVIT_VARIANT;
int main_argc;
char * const* main_argv;
-static void
-print_usage(void) {
+static void print_usage(void) {
printf("%s",_("navit usage:\n"
"navit [options] [configfile]\n"
"\t-c <file>: use <file> as config file, instead of using the default file.\n"