diff options
author | Stefano Karapetsas <[email protected]> | 2014-11-18 08:54:04 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2014-11-18 08:54:04 +0100 |
commit | f739a114a6704aea4f7cada4c769476c8c9db812 (patch) | |
tree | 6e9c2bf2742fb90818f61937272e2c9b0efa7595 /src/ui | |
parent | 5a5b0de331276f1d6297e6552213aac713c287ba (diff) | |
download | marco-f739a114a6704aea4f7cada4c769476c8c9db812.tar.bz2 marco-f739a114a6704aea4f7cada4c769476c8c9db812.tar.xz |
Add missing ';'
Closes https://github.com/mate-desktop/marco/issues/149
Diffstat (limited to 'src/ui')
-rw-r--r-- | src/ui/theme.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/theme.c b/src/ui/theme.c index 93bf2eca..2e13fd25 100644 --- a/src/ui/theme.c +++ b/src/ui/theme.c @@ -4898,7 +4898,7 @@ meta_frame_style_draw_with_style (MetaFrameStyle *style, button_rect (j, fgeom, middle_bg_offset, &rect); - button_state = map_button_state (j, fgeom, middle_bg_offset, button_states) + button_state = map_button_state (j, fgeom, middle_bg_offset, button_states); op_list = get_button (style, j, button_state); if (op_list) |