Skip to content
Snippets Groups Projects
Commit 35cea86d authored by Bruce Cowan's avatar Bruce Cowan :airplane:
Browse files

Minor application fixes

parent b2181e66
No related branches found
No related tags found
No related merge requests found
#include "rugby-application.h"
int
main (int argc, char **argv)
main (int argc,
char **argv)
{
RugbyApplication *app;
int status;
gint retval;
app = rugby_application_new ();
status = g_application_run (G_APPLICATION (app), argc, argv);
g_object_unref (app);
retval = g_application_run (G_APPLICATION (app), argc, argv);
return status;
return retval;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment