diff --git a/core/rend/gles/gles.cpp b/core/rend/gles/gles.cpp index 5200a9e08..5c00100ca 100755 --- a/core/rend/gles/gles.cpp +++ b/core/rend/gles/gles.cpp @@ -1883,7 +1883,7 @@ GLuint loadPNG(const string& fname, int &width, int &height) if (!file) { - printf("Error opening %s", filename); + printf("Error opening %s\n", filename); return TEXTURE_LOAD_ERROR; }