From 2fbbed77b53f3f676331a5e46b50b30017c6c1a1 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Fri, 9 Nov 2012 10:53:39 +0000 Subject: [PATCH] Style fix for the previous commit --- jcc.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/jcc.c b/jcc.c index 435771a2..24ddae71 100644 --- a/jcc.c +++ b/jcc.c @@ -1,4 +1,4 @@ -const char jcc_rcs[] = "$Id: jcc.c,v 1.412 2012/10/29 12:04:42 fabiankeil Exp $"; +const char jcc_rcs[] = "$Id: jcc.c,v 1.413 2012/11/09 10:48:17 fabiankeil Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/jcc.c,v $ @@ -3259,7 +3259,8 @@ int main(int argc, char **argv) # endif /* def _WIN_CONSOLE */ #endif /* def _WIN32 */ - if (do_config_test) { + if (do_config_test) + { exit(NULL == load_config()); } -- 2.39.2