From 34c561894bfedab242876fea249ab8596a61e8a4 Mon Sep 17 00:00:00 2001 From: rbuj Date: Sat, 20 Jun 2020 14:56:13 +0200 Subject: Avoid using single-line cpp comments --- mate-panel/launcher.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mate-panel/launcher.c') diff --git a/mate-panel/launcher.c b/mate-panel/launcher.c index ebbe31f7..a6ef4be0 100644 --- a/mate-panel/launcher.c +++ b/mate-panel/launcher.c @@ -183,7 +183,7 @@ drag_data_received_cb (GtkWidget *widget, int i; GList *file_list; - // The animation uses X specific functionality + /* The animation uses X specific functionality */ #ifdef HAVE_X11 if (is_using_x11 () && panel_global_config_get_enable_animations ()) { cairo_surface_t *surface; -- cgit v1.2.1