diff options
author | Zeev Suraski <zeev@php.net> | 2001-08-11 17:03:37 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 2001-08-11 17:03:37 +0000 |
commit | c0404f46311e5b519dc51697e181bb39ca8d09d2 (patch) | |
tree | 291959f75d7b2a3f3e171830ed6eea76b5d98b4d /ext/standard/uniqid.c | |
parent | f6f6c4d7e63d2eaf4ece7aee66f46a013b29bffa (diff) | |
download | php-git-c0404f46311e5b519dc51697e181bb39ca8d09d2.tar.gz |
Whitespace
Diffstat (limited to 'ext/standard/uniqid.c')
-rw-r--r-- | ext/standard/uniqid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/uniqid.c b/ext/standard/uniqid.c index d1a0f50034..741510264e 100644 --- a/ext/standard/uniqid.c +++ b/ext/standard/uniqid.c @@ -82,7 +82,7 @@ PHP_FUNCTION(uniqid) sprintf(uniqid, "%s%08x%05x", (*prefix)->value.str.val, sec, usec); } - RETURN_STRING(uniqid,1); + RETURN_STRING(uniqid, 1); #endif } /* }}} */ |