diff options
| -rw-r--r-- | ttt.jai | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -568,7 +568,7 @@ load_database :: (db: *Database, path: string) -> success: bool #must { read_success := file_read(file, *file_signature, DB_FILE_SIGN_STR.count); if read_success == false log_error("Failed to read file signature."); if cast(string)file_signature != DB_FILE_SIGN_STR { - log_error("Invalid file signature while loading database.\n"); + log_error("Invalid file signature while loading database."); return false; } |
