aboutsummaryrefslogtreecommitdiff
path: root/src/nad_init.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nad_init.c')
-rw-r--r--src/nad_init.c2
1 files changed, 1 insertions, 1 deletions
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;
}