[geany/geany-plugins] 48b3d4: geanyctags: Remove unnecessary trailing semicolons
Colomban Wendling
git-noreply at xxxxx
Mon Oct 20 17:04:35 UTC 2014
Branch: refs/heads/master
Author: Colomban Wendling <ban at herbesfolles.org>
Committer: Jiří Techet <techet at gmail.com>
Date: Mon, 20 Oct 2014 17:04:35 UTC
Commit: 48b3d42f79e49988dfe596f4ef2c512cba6ef06c
https://github.com/geany/geany-plugins/commit/48b3d42f79e49988dfe596f4ef2c512cba6ef06c
Log Message:
-----------
geanyctags: Remove unnecessary trailing semicolons
Modified Paths:
--------------
geanyctags/src/geanyctags.c
Modified: geanyctags/src/geanyctags.c
4 lines changed, 2 insertions(+), 2 deletions(-)
===================================================================
@@ -38,11 +38,11 @@
#include <signal.h>
-PLUGIN_VERSION_CHECK(211);
+PLUGIN_VERSION_CHECK(211)
PLUGIN_SET_INFO("GeanyCtags",
_("Ctags generation and search plugin for geany projects"),
VERSION,
- "Jiri Techet <techet at gmail.com>");
+ "Jiri Techet <techet at gmail.com>")
GeanyPlugin *geany_plugin;
GeanyData *geany_data;
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
More information about the Plugins-Commits
mailing list