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 --- applets/fish/fish.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'applets/fish/fish.c') diff --git a/applets/fish/fish.c b/applets/fish/fish.c index bc3d06ac..afa8c429 100644 --- a/applets/fish/fish.c +++ b/applets/fish/fish.c @@ -565,7 +565,7 @@ static void display_about_dialog(GtkAction* action, FishApplet* fish) "documenters", documenters, "logo-icon-name", FISH_ICON, "translator-credits", _("translator-credits"), - "version", VERSION, // "3.4.7.4ac19" + "version", VERSION, /* "3.4.7.4ac19" */ "website", "http://mate-desktop.org/", NULL); -- cgit v1.2.1