[svn:mod_parrot] r495 - mod_parrot/trunk/src

[email protected] Thu, 20 Nov 2008 11:43:05 -0800 (PST)
Newsgroups perl.cvs.mod_parrot
Message-ID <[email protected]>
Author: jhorwitz
Date: Thu Nov 20 11:43:05 2008
New Revision: 495

Modified:
   mod_parrot/trunk/src/mod_parrot.c

Log:
fix improper line break in define


Modified: mod_parrot/trunk/src/mod_parrot.c
==============================================================================
--- mod_parrot/trunk/src/mod_parrot.c	(original)
+++ mod_parrot/trunk/src/mod_parrot.c	Thu Nov 20 11:43:05 2008
@@ -357,7 +357,7 @@
         if (!(mpcfg->option_flags & MP_OPT_ENABLE)) return DECLINED; \
         modp = NEXT_HANDLER_MODULE(henum); \
         /* take this opportunity to register the mod_parrot cleanup handler \
-         * here, as we may not handle any other part of the request until
+         * here, as we may not handle any other part of the request until \
          * then. \
          */ \
         if (register_cleanup) { \