[svn:parrot] r40410 - trunk/src

bacek at svn.parrot.org bacek at svn.parrot.org
Wed Aug 5 11:02:07 UTC 2009


Author: bacek
Date: Wed Aug  5 11:02:04 2009
New Revision: 40410
URL: https://trac.parrot.org/parrot/changeset/40410

Log:
[cage] Fix hardtab.

Modified:
   trunk/src/debug.c

Modified: trunk/src/debug.c
==============================================================================
--- trunk/src/debug.c	Wed Aug  5 11:00:00 2009	(r40409)
+++ trunk/src/debug.c	Wed Aug  5 11:02:04 2009	(r40410)
@@ -3276,7 +3276,7 @@
     UNUSED(command);
     Parrot_ex_throw_from_c_args(interp, NULL,
         EXCEPTION_UNIMPLEMENTED,
-	"PDB_compile ('PASM1' compiler) has been deprecated");
+        "PDB_compile ('PASM1' compiler) has been deprecated");
 }
 
 /*


More information about the parrot-commits mailing list