]> granicus.if.org Git - php/commitdiff
- Fix compiler warning
authorFelipe Pena <felipensp@gmail.com>
Sat, 7 Dec 2013 14:17:29 +0000 (12:17 -0200)
committerFelipe Pena <felipensp@gmail.com>
Sat, 7 Dec 2013 14:17:29 +0000 (12:17 -0200)
phpdbg_utils.h

index e9344676530f5221e1920b56f3edd634e80dd42d..3252f365574f04057d400354cbb8d515a581866e 100644 (file)
@@ -69,7 +69,7 @@ PHPDBG_API int phpdbg_rlog(FILE *stream, const char *fmt, ...);
 #endif
 
 /* {{{ For writing blank lines */
-#define EMPTY "" /* }}} */
+#define EMPTY NULL /* }}} */
 
 /* {{{ For prompt lines */
 #define PROMPT "phpdbg>" /* }}} */