Branch: refs/heads/master Author: Colomban Wendling ban@herbesfolles.org Committer: Jiří Techet techet@gmail.com Date: Mon, 20 Oct 2014 17:04:35 UTC Commit: 48b3d42f79e49988dfe596f4ef2c512cba6ef06c https://github.com/geany/geany-plugins/commit/48b3d42f79e49988dfe596f4ef2c51...
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@gmail.com"); + "Jiri Techet techet@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).