Fix reaches end of function error

This commit is contained in:
John Ralls
2014-06-15 13:48:42 -07:00
parent b68e261c79
commit bd93cb26dd
+1 -1
View File
@@ -52,5 +52,5 @@ main (int argc, char *argv[])
g_test_bug_base("https://bugzilla.gnome.org/show_bug.cgi?id="); /* init the bugzilla URL */
g_setenv ("GNC_UNINSTALLED", "1", TRUE);
scm_boot_guile (argc, argv, guile_main, NULL);
return 0;
}