]> git.sesse.net Git - wloh/blobdiff - mcwordfeud.cpp
Make the Hessian calculation use the new all_matches vector.
[wloh] / mcwordfeud.cpp
index c8d28a47b85bcf933374d49f1339378bcd4bee31..2bd4a5243cc1847b8251b5d4ed1ed48787dd2531 100644 (file)
@@ -80,7 +80,7 @@ int main(int argc, char **argv)
        }
 
        if (num_players > MAX_PLAYERS) {
-               fprintf(stderr, "Max %d players supported\n");
+               fprintf(stderr, "Max %d players supported\n", MAX_PLAYERS);
                exit(1);
        }