mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-22 03:02:06 +03:00
Return a value
This commit is contained in:
parent
c9fcd8fb86
commit
2274d6ed5a
@ -103,6 +103,8 @@ stock_from_text (char *text)
|
||||
stock = GNOME_STOCK_BUTTON_CANCEL;
|
||||
else
|
||||
stock = 0;
|
||||
|
||||
return stock;
|
||||
}
|
||||
|
||||
int
|
||||
|
Loading…
Reference in New Issue
Block a user