[svn:parrot] r49279 - trunk/src

mikehh at svn.parrot.org mikehh at svn.parrot.org
Thu Sep 23 23:48:14 UTC 2010


Author: mikehh
Date: Thu Sep 23 23:48:14 2010
New Revision: 49279
URL: https://trac.parrot.org/parrot/changeset/49279

Log:
fix codetest failure - parentheses should not have space immediately
after the opening parenthesis nor immediately before the closing parenthesis

Modified:
   trunk/src/main.c

Modified: trunk/src/main.c
==============================================================================
--- trunk/src/main.c	Thu Sep 23 23:23:39 2010	(r49278)
+++ trunk/src/main.c	Thu Sep 23 23:48:14 2010	(r49279)
@@ -419,7 +419,7 @@
 
             /* ANYTHING ELSE IS WRONG */
             else {
-                fprintf(stderr, "--gc-threshold needs an argument" );
+                fprintf(stderr, "--gc-threshold needs an argument");
                 exit(EXIT_FAILURE);
             }
 


More information about the parrot-commits mailing list