[PATCH] Fix missing space in previous commit
---
main/spprintf.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/main/spprintf.c b/main/spprintf.c
index ba12868..5f50d8a 100644
--- a/main/spprintf.c
+++ b/main/spprintf.c
@@ -845,7 +845,7 @@ PHPAPI size_t vspprintf(char **pbuf, size_t max_len, const char *format, va_list
* Test 'pbuf'(also known as 'error') against NULL,
* since it is called multiple places without
* checking against NULL, causing null pointer
- *dereferences.
+ * dereferences.
*/
if(!pbuf) {
return 0;
--
1.9.1
Thread (1 message)
- Joshua Rogers