removed extra arg from printf

This commit is contained in:
Arthur Ice
2014-10-08 19:34:47 -07:00
parent ee71fa0d56
commit 4e3826228d
+1 -1
View File
@@ -943,7 +943,7 @@ bool Database::CheckDatabaseConversions() {
// printppdebug = 1;
if (runconvert == 1){
printf("Running character binary blob to database conversion... \n", number_of_characters);
printf("Running character binary blob to database conversion... \n");
/* Get the number of characters */
rquery = StringFormat("SELECT COUNT(`id`) FROM `character_`");
results = QueryDatabase(rquery);