From c080e504e4d74027b985b1ed675c172c083cea76 Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Thu, 27 Dec 2012 21:23:46 -0800 Subject: Use cxxstdio --- src/common/nullpo.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/common/nullpo.cpp') diff --git a/src/common/nullpo.cpp b/src/common/nullpo.cpp index 8aa2e6e..f5d75cc 100644 --- a/src/common/nullpo.cpp +++ b/src/common/nullpo.cpp @@ -11,7 +11,8 @@ void nullpo_info(const char *file, int line, const char *func) if (!func || !*func) func = "unknown"; - fprintf(stderr, "%s:%d: in func `%s': NULL pointer\n", file, line, func); + fprintf(stderr, "%s:%d: in func `%s': NULL pointer\n", + file, line, func); } bool nullpo_chk(const char *file, int line, const char *func, -- cgit v1.2.3-70-g09d2