Author: bernhard
Date: Mon Mar 31 10:34:02 2008
New Revision: 26667
Modified:
trunk/src/pdb.c
Log:
Make t/codingstd/c_parens.t happy.
Modified: trunk/src/pdb.c
==============================================================================
--- trunk/src/pdb.c (original)
+++ trunk/src/pdb.c Mon Mar 31 10:34:02 2008
@@ -219,8 +219,8 @@
Parrot_exception exp;
if (setjmp(exp.destination)) {
- fprintf( stderr, "Caught exception: %s\n",
- string_to_cstring(interp, interp->exceptions->msg) );
+ fprintf(stderr, "Caught exception: %s\n",
+ string_to_cstring(interp, interp->exceptions->msg));
return;
}