Author: cazfi
Date: Mon Apr 18 06:43:35 2016
New Revision: 32436

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

See patch #7113

Modified:
    branches/S2_5/tools/mpcli.c

Modified: branches/S2_5/tools/mpcli.c
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_5/tools/mpcli.c?rev=32436&r1=32435&r2=32436&view=diff
==============================================================================
--- branches/S2_5/tools/mpcli.c (original)
+++ branches/S2_5/tools/mpcli.c Mon Apr 18 06:43:35 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