Fix the "widget" test

This commit is contained in:
Pierre Pronchery 2015-11-18 23:36:47 +01:00
parent 21e9a30b4a
commit a19816c697

View File

@ -88,6 +88,7 @@ int main(int argc, char * argv[])
int ret = 0;
int o;
gtk_init(&argc, &argv);
while((o = getopt(argc, argv, "")) != -1)
switch(o)
{