summaryrefslogtreecommitdiff
path: root/src/tool/convert.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tool/convert.c')
-rw-r--r--src/tool/convert.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/tool/convert.c b/src/tool/convert.c
index 8436ebb..e256fc9 100644
--- a/src/tool/convert.c
+++ b/src/tool/convert.c
@@ -1,8 +1,6 @@
#include <stdio.h>
#include <stdlib.h>
-#define RETCODE "\r\n"
-
#define MAX_INVENTORY 100
#define MAX_CART 100
#define MAX_SKILL 350
@@ -284,7 +282,7 @@ int mmo_char_convert (char *fname1, char *fname2)
if (ret)
{
mmo_char_tostr (line, &char_dat);
- fprintf (ofp, "%s" RETCODE, line);
+ fprintf (ofp, "%s\n", line);
}
}
fcloseall ();