[Kst] branches/kstars/summer/kdeedu/kstars/kstars/data/tools (silent)

Akarsh Simha akarshsimha at gmail.com
Mon Jun 2 01:29:55 CEST 2008


SVN commit 815490 by asimha:

Happened to overlook a compile error! Fixing missing semicolon in
binfiletester.c

SVN_SILENT



 M  +1 -1      binfiletester.c  


--- branches/kstars/summer/kdeedu/kstars/kstars/data/tools/binfiletester.c #815489:815490
@@ -280,7 +280,7 @@
     names = NULL;
     if(argc <= 1) {
 	fprintf(stderr, "USAGE: %s filename [trixel]\n", argv[0]);
-	fprintf(stderr, "Designed for use only with KStars star data files\n")
+	fprintf(stderr, "Designed for use only with KStars star data files\n");
 	return 1;
     }
 


More information about the Kst mailing list