Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/WolfireGames/overgrowth.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Internal/checksum.h')
-rw-r--r--Source/Internal/checksum.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Internal/checksum.h b/Source/Internal/checksum.h
index 3e1a60f8..22ef3aad 100644
--- a/Source/Internal/checksum.h
+++ b/Source/Internal/checksum.h
@@ -25,4 +25,4 @@
#include <string>
unsigned short Checksum(const std::string& abs_path);
-unsigned long djb2_string_hash(const char *cstr);
+unsigned long djb2_string_hash(const char* cstr);