$OpenBSD: patch-src_old_main_main_cc,v 1.1 2018/04/07 10:55:54 espie Exp $

Index: src/old_main/main.cc
--- src/old_main/main.cc.orig
+++ src/old_main/main.cc
@@ -228,7 +228,7 @@ void internal_w(char *arg)
 static void usage(int longusage)
 {
 
-	printf("GXemul "VERSION"    "COPYRIGHT_MSG"\n"SECONDARY_MSG);
+	printf("GXemul " VERSION"    " COPYRIGHT_MSG"\n" SECONDARY_MSG);
 	printf("Read the source code and/or documentation for "
 	    "other Copyright messages.\n");
 
@@ -837,7 +837,7 @@ int main(int argc, char *argv[])
 	}
 
 	/*  Print startup message:  */
-	debug("GXemul "VERSION"    "COPYRIGHT_MSG"\n"SECONDARY_MSG
+	debug("GXemul " VERSION"    " COPYRIGHT_MSG"\n" SECONDARY_MSG
 	    "Read the source code and/or documentation for other Copyright "
 	    "messages.\n\n");
 
