stratagus-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Stratagus-CVS] stratagus/sandtools/src unpack.c


From: address@hidden
Subject: [Stratagus-CVS] stratagus/sandtools/src unpack.c
Date: 17 Jan 2004 01:55:51 +1100

CVSROOT:        /home/strat
Module name:    stratagus
Changes by:      <address@hidden>       04/01/17 01:55:51

Modified files:
        sandtools/src  : unpack.c 

Log message:
        Remove Multi-line string warnings

Patches:
Index: stratagus/sandtools/src/unpack.c
diff -u stratagus/sandtools/src/unpack.c:1.4 
stratagus/sandtools/src/unpack.c:1.5
--- stratagus/sandtools/src/unpack.c:1.4        Fri Jul  4 02:55:33 2003
+++ stratagus/sandtools/src/unpack.c    Sat Jan 17 01:55:51 2004
@@ -12,7 +12,7 @@
 /*
 **     (c) Copyright 2001 by Joachim Schiele
 **
-**     $Id: unpack.c,v 1.4 2003/07/03 16:55:33 ingo Exp $
+**     $Id: unpack.c,v 1.5 2004/01/16 14:55:51 wizzard Exp $
 */
 
 #include "include/unpack.h"
@@ -25,13 +25,8 @@
 
 extern void version()
 {
-       printf("%s %s %s\n", "
-       current version is:", "version 0.0.1","
-       This program is free software and comes with absolutely no 
-       warranty. 
-       Please also note that it's mainly written to work with 
-       GNU/Debian linux.
-       ");
+       printf("%s %s %s\n", "current version is:", "version 0.0.1",
+       "This program is free software and comes with absolutely no     
warranty. \nPlease also note that it's mainly written to work with \n 
GNU/Debian linux.");
        exit(0);
 }
 
@@ -40,11 +35,7 @@
        //      
        // several functions this program handles ;-)
        //
-       printf("%s\n", "
-       --help                  get this
-       --version               shows version
-       --unpack file.pak       unpack the packs        
-       ");
+       printf("%s\n", "--help                  get this\n      --version       
        shows version\n --unpack file.pak       unpack the packs");
 
        exit(0);
 }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]