This commit is contained in:
Asuro
2025-02-08 02:49:13 +01:00
parent 14e923873a
commit c868a3c43e
8 changed files with 5 additions and 5 deletions

View File

@@ -192,7 +192,7 @@ int main()
char PathBuf[512]{ 0 };
GetCurrentDirectory(sizeof(PathBuf), PathBuf);
printf("Current path: %s", PathBuf);
printf("Current path: %s\n", PathBuf);
if (!ReloadDLL()) return 1;