diff options
Diffstat (limited to 'examples/application7/main.c')
-rw-r--r-- | examples/application7/main.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/examples/application7/main.c b/examples/application7/main.c index 7ce327aa0b..546d923dd5 100644 --- a/examples/application7/main.c +++ b/examples/application7/main.c @@ -4,12 +4,12 @@ int main (int argc, char *argv[]) { - /* Since this example is running uninstalled, - * we have to help it find its schema. This - * is *not* necessary in properly installed - * application. - */ - g_setenv ("GSETTINGS_SCHEMA_DIR", ".", FALSE); + /* Since this example is running uninstalled, + * we have to help it find its schema. This + * is *not* necessary in properly installed + * application. + */ + g_setenv ("GSETTINGS_SCHEMA_DIR", ".", FALSE); - return g_application_run (G_APPLICATION (example_app_new ()), argc, argv); + return g_application_run (G_APPLICATION (example_app_new ()), argc, argv); } |