small update of database compiler

This commit is contained in:
jakani24
2024-02-20 17:46:04 +01:00
parent 85e09032ce
commit 0ce54b126f
5 changed files with 42 additions and 50 deletions

View File

@@ -24,7 +24,7 @@ function sort_hashes($inputFile) {
}
// Write the word to the file
fwrite($fileHandle, $line . PHP_EOL);
fwrite($fileHandle, $line);
// Close the file handle
fclose($fileHandle);