diff options
Diffstat (limited to 'backends/platform/gp32/gp32std_file.cpp')
-rw-r--r-- | backends/platform/gp32/gp32std_file.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/gp32/gp32std_file.cpp b/backends/platform/gp32/gp32std_file.cpp index eb0d71c61d..0f4e16fc24 100644 --- a/backends/platform/gp32/gp32std_file.cpp +++ b/backends/platform/gp32/gp32std_file.cpp @@ -81,7 +81,7 @@ GPFILE *gp_fopen(const char *fileName, const char *openMode) { } if (err) { - printf("gp_gopen(): IO error %d", err); + printf("gp_fopen(): IO error %d", err); delete file; return NULL; } |