add new json based config file
[uwplayer.git] / application / main.c
index 028a163..42078dc 100644 (file)
@@ -122,7 +122,7 @@ int main(int argc, char** argv) {
             NULL);
     
     // load settings
-    if(load_settings()) {
+    if(load_config()) {
         return 1;
     }