Return a value

This commit is contained in:
Miguel de Icaza 1999-01-04 08:12:12 +00:00
parent c9fcd8fb86
commit 2274d6ed5a

View File

@ -103,6 +103,8 @@ stock_from_text (char *text)
stock = GNOME_STOCK_BUTTON_CANCEL;
else
stock = 0;
return stock;
}
int