summaryrefslogtreecommitdiff
path: root/src/tool/mapfrob.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tool/mapfrob.c')
-rw-r--r--src/tool/mapfrob.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tool/mapfrob.c b/src/tool/mapfrob.c
index 11983eb..9dc1a5b 100644
--- a/src/tool/mapfrob.c
+++ b/src/tool/mapfrob.c
@@ -61,7 +61,7 @@ int mmo_char_convert ()
{
transform_char (&char_dat);
mmo_char_tostr (line, &char_dat);
- fprintf (ofp, "%s" RETCODE, line);
+ fprintf (ofp, "%s\n", line);
}
}
return 0;