]> granicus.if.org Git - php/commitdiff
Remove redundant '\n'
authorMoriyoshi Koizumi <moriyoshi@php.net>
Tue, 30 Sep 2003 00:32:41 +0000 (00:32 +0000)
committerMoriyoshi Koizumi <moriyoshi@php.net>
Tue, 30 Sep 2003 00:32:41 +0000 (00:32 +0000)
Zend/zend_compile.c

index ec1dc094977db2362c2c7ef5383e372ffde1eb26..10dc52ccb4184e01e77e441ff10ffe8bee04c398 100644 (file)
@@ -2608,7 +2608,7 @@ void zend_do_fold_constant(znode *result, znode *constant_name TSRMLS_DC)
                        zval_dtor(&constant_name->u.constant);
                        return;
                } else {
-                       zend_error(E_COMPILE_ERROR, "Cannot find %s constant in class %s\n", 
+                       zend_error(E_COMPILE_ERROR, "Cannot find %s constant in class %s", 
                                   constant_name->u.constant.value.str.val, CG(active_class_entry)->name);
                }
        }