]> git.draconx.ca Git - upkg.git/blobdiff - src/upkg.c
upkg: Fix missing return statement.
[upkg.git] / src / upkg.c
index 7c905334c48f2b5c14975d1be070dcdb1e5d5e3f..6b48f72c92988277137e0702619bbb1e4d7a9041 100644 (file)
@@ -262,6 +262,8 @@ static int package_list(GTypeModule *pkg, long parent)
 
                putchar('\n');
        }
+
+       return 0;
 }
 
 static int object_info(GTypeModule *pkg, unsigned long idx)