From ccb840fb92952bc458716df42e7a74235967de91 Mon Sep 17 00:00:00 2001 From: Greg Beaver Date: Sat, 25 Aug 2007 01:36:21 +0000 Subject: [PATCH] add missing /* }}} */ --- ext/phar/phar_object.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ext/phar/phar_object.c b/ext/phar/phar_object.c index 29f951389e1..d2b7e963a7c 100755 --- a/ext/phar/phar_object.c +++ b/ext/phar/phar_object.c @@ -331,6 +331,7 @@ PHP_METHOD(Phar, delete) RETURN_TRUE; } +/* }}} */ /* {{{ proto int Phar::getAlias() * Returns the alias for the PHAR or NULL