diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -280,8 +280,8 @@ static int str_has_suffix(const char *str, const char *suffix) } /* Compute something that identifies the content of FILE. Algorithm by Dan - Bernstein from http://www.cse.yorku.ca/~oz/hash.html via - https://stackoverflow.com/a/7666577/20138083. */ + * Bernstein from http://www.cse.yorku.ca/~oz/hash.html via + * https://stackoverflow.com/a/7666577/20138083. */ static uint32_t sum(const char *file) { FILE *stream = fopen(file, "r"); |
