From 154436ab88925540f86f43c0ac885c080949aa9b Mon Sep 17 00:00:00 2001 From: Jonathan Bradley Date: Tue, 19 Aug 2025 13:51:40 -0400 Subject: pke: ui box type button image --- src/project.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/project.cpp') diff --git a/src/project.cpp b/src/project.cpp index cf774a1..c981f03 100644 --- a/src/project.cpp +++ b/src/project.cpp @@ -361,7 +361,7 @@ void PkeProject_Load(const char *filePath) { const char *safeFilePath = filePath == nullptr ? PKE_PROJ_DEFAULT_FILENAME : filePath; std::ifstream f(safeFilePath); if (!f.is_open()) { - fprintf(stderr, "While attempting to load project file, failed to open requested file for reading: %s", safeFilePath); + fprintf(stderr, "While attempting to load project file, failed to open requested file for reading: %s\n", safeFilePath); return; } memset(projReadLine, '\0', projReadLineLength); -- cgit v1.2.3