From: Hannes Magnusson Date: Wed, 28 Feb 2007 10:46:16 +0000 (+0000) Subject: Typo X-Git-Tag: RELEASE_1_0_1~139 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0446b130432bd522879e90bbe11d026365e8c747;p=php Typo --- diff --git a/ext/interbase/interbase.c b/ext/interbase/interbase.c index a040cc6845..7cc03edbf0 100644 --- a/ext/interbase/interbase.c +++ b/ext/interbase/interbase.c @@ -1193,7 +1193,7 @@ PHP_FUNCTION(ibase_gen_id) #if SIZEOF_LONG < 8 if (result < LONG_MIN || result > LONG_MAX) { char *res; - int l + int l; l = spprintf(&res, 0, "%" LL_MASK "d", result); RETURN_STRINGL(res, l, 0);