fix missing semicolon

This commit is contained in:
Vincent Sanders 2014-11-21 13:14:20 +00:00
parent 19af487fa1
commit 9fb0eaa1cd
1 changed files with 1 additions and 1 deletions

View File

@ -244,7 +244,7 @@ static inline bool compare_float( float a, float b )
}
if (action == @selector( stopLoading: )) {
return browser_window_stop_available( browser )
return browser_window_stop_available( browser );
}
if (action == @selector( zoomOriginal: )) {