aboutsummaryrefslogtreecommitdiff
path: root/tools/create_kyradat/md5.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/create_kyradat/md5.cpp')
-rw-r--r--tools/create_kyradat/md5.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/create_kyradat/md5.cpp b/tools/create_kyradat/md5.cpp
index abdc002eb0..78af417171 100644
--- a/tools/create_kyradat/md5.cpp
+++ b/tools/create_kyradat/md5.cpp
@@ -226,7 +226,7 @@ bool md5_file(const char *name, uint8 digest[16], uint32 length) {
f = fopen(name, "rb");
if (f == NULL) {
- printf("md5_file couldn't open '%s'", name);
+ printf("md5_file couldn't open '%s'\n", name);
return false;
}