From 573bc5493dd2636b373d5fdd68b0795e9c2460f5 Mon Sep 17 00:00:00 2001 From: Kurt Schwehr Date: Tue, 20 Mar 2018 15:11:27 -0700 Subject: Remove final \n from pj_log messages. There was a mix of pj_log calls with and without a trailing newline. pj_stderr_logger already adds a newline to the end of each msg, so pj_log calls don't need their own. --- src/nad_init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nad_init.c') diff --git a/src/nad_init.c b/src/nad_init.c index c64c474b..571d2569 100644 --- a/src/nad_init.c +++ b/src/nad_init.c @@ -87,7 +87,7 @@ int nad_ctable_load( projCtx ctx, struct CTABLE *ct, PAFile fid ) ct->cvs = NULL; pj_log( ctx, PJ_LOG_ERROR, - "ctable loading failed on fread() - binary incompatible?\n" ); + "ctable loading failed on fread() - binary incompatible?" ); pj_ctx_set_errno( ctx, -38 ); return 0; } -- cgit v1.2.3