diff --git a/util/bin2mif.cpp b/util/bin2mif.cpp index 56c209d6..7b67aacb 100644 --- a/util/bin2mif.cpp +++ b/util/bin2mif.cpp @@ -57,7 +57,7 @@ int main(int argc, char** argv) { if (in.eof()) break; } - out << "END;"; + out << "END;\n"; return 0; }