From 6e85e711de606d37b003193708ae0491eacc08f5 Mon Sep 17 00:00:00 2001 From: Felipe Pena Date: Sat, 7 Dec 2013 12:17:29 -0200 Subject: [PATCH] - Fix compiler warning --- phpdbg_utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpdbg_utils.h b/phpdbg_utils.h index e934467653..3252f36557 100644 --- a/phpdbg_utils.h +++ b/phpdbg_utils.h @@ -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>" /* }}} */ -- 2.50.1