Skip to content

Commit

Permalink
Fixed some errors in main script
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Cosmin Samoila committed Mar 24, 2016
1 parent fb9d8d1 commit f4c3303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pgo_train.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function fill_dictionary($size) {

if (!extension_loaded("hash")) {
echo "Hash is missing!\n";
return -1
return -1;
}

$IT = $size / KEYS_SIZE;
Expand Down

0 comments on commit f4c3303

Please sign in to comment.