summaryrefslogtreecommitdiff
path: root/plugins/filebrowser
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/filebrowser')
-rw-r--r--plugins/filebrowser/pluma-file-browser-view.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/filebrowser/pluma-file-browser-view.c b/plugins/filebrowser/pluma-file-browser-view.c
index ce45f91a..847743b3 100644
--- a/plugins/filebrowser/pluma-file-browser-view.c
+++ b/plugins/filebrowser/pluma-file-browser-view.c
@@ -117,7 +117,7 @@ pluma_file_browser_view_finalize (GObject * object)
#if GTK_CHECK_VERSION (3, 0, 0)
g_object_unref (obj->priv->hand_cursor);
#else
- gdk_cursor_unref (obj->priv->hand_cursor)
+ gdk_cursor_unref (obj->priv->hand_cursor);
#endif
if (obj->priv->hover_path)