Browse Source

missing comma

Patrick Falls 12 years ago
parent
commit
be6882e7b9
1 changed files with 2 additions and 2 deletions
  1. 2 2
      php/benchmark_config

+ 2 - 2
php/benchmark_config

@@ -13,9 +13,9 @@
       "setup_file": "setup",
       "db_url": "/dbraw.php",
       "query_url": "/dbraw.php?queries=",
-      "fortune_url": "/fortune.php"
+      "fortune_url": "/fortune.php",
       "port": 8080,
       "sort": 12
     }
   }]
-}
+}