Author: cazfi
Date: Mon Apr 18 06:43:21 2016
New Revision: 32434

URL: http://svn.gna.org/viewcvs/freeciv?rev=32434&view=rev
Log:
Print empty line between version information and other output in cli modpack 
installer.

See patch #7113

Modified:
    trunk/tools/mpcli.c

Modified: trunk/tools/mpcli.c
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/tools/mpcli.c?rev=32434&r1=32433&r2=32434&view=diff
==============================================================================
--- trunk/tools/mpcli.c (original)
+++ trunk/tools/mpcli.c Mon Apr 18 06:43:21 2016
@@ -1,4 +1,4 @@
-/**********************************************************************
+/***********************************************************************
  Freeciv - Copyright (C) 1996 - A Kjeldberg, L Gregersen, P Unold
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -140,6 +140,8 @@
       log_normal("%s%s (%s)", word_version(), VERSION_STRING, rev_ver);
     }
 
+    log_normal("%s", "");
+
     if (fcmp.autoinstall == NULL) {
       download_modpack_list(&fcmp, setup_modpack_list, msg_callback);
     } else {


_______________________________________________
Freeciv-commits mailing list
Freeciv-commits@gna.org
https://mail.gna.org/listinfo/freeciv-commits

Reply via email to