X-Git-Url: http://git.maemo.org/git/?p=browser-switch;a=blobdiff_plain;f=main.c;h=428d5bcb04b15d3d53d7f394f5eb3b0906d74124;hp=5429a59de0c6111238c2128cb387882aee08b8e0;hb=42f0af690415fc59317203a187501c00c012c9d9;hpb=d6dc92cc2a6ae8a6f54b90806b42ce233845ad63 diff --git a/main.c b/main.c index 5429a59..428d5bc 100644 --- a/main.c +++ b/main.c @@ -40,7 +40,7 @@ struct swb_context ctx; -static void set_config_defaults(struct swb_context * ctx) { +static void set_config_defaults(struct swb_context *ctx) { if (!ctx) return; free(ctx->other_browser_cmd); @@ -162,9 +162,9 @@ out_noopen: } int main() { - OssoBrowser * obj; - GMainLoop * mainloop; - GError * error = NULL; + OssoBrowser *obj; + GMainLoop *mainloop; + GError *error = NULL; read_config(0);