diff options
Diffstat (limited to 'ext/xslt/xslt.c')
-rw-r--r-- | ext/xslt/xslt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/xslt/xslt.c b/ext/xslt/xslt.c index a248d4ec59..9f09854298 100644 --- a/ext/xslt/xslt.c +++ b/ext/xslt/xslt.c @@ -59,7 +59,7 @@ static char *_find_xslt_argument(const char **argv, const char *key) char *return_value = NULL; /* Value to return from the function */ if (! argv) - return; + return NULL; /* Loop through the array searching for the value */ ptr = (char **) argv; |