Fix build test

This commit is contained in:
Dave Davenport 2016-03-03 08:23:12 +01:00
parent 06d25c0ca2
commit b4cc0f611b
1 changed files with 2 additions and 1 deletions

View File

@ -28,9 +28,10 @@ Color color_get ( const char *name )
{
}
void rofi_view_error_dialog ( const char *msg, G_GNUC_UNUSED int markup )
int rofi_view_error_dialog ( const char *msg, G_GNUC_UNUSED int markup )
{
fputs ( msg, stderr );
return FALSE;
}
int abe_test_action ( KeyBindingAction action, unsigned int mask, xkb_keysym_t key )