Skip to content

Commit

Permalink
geanyctags: Remove unnecessary trailing semicolons
Browse files Browse the repository at this point in the history
  • Loading branch information
b4n authored and techee committed Oct 20, 2014
1 parent e233f5f commit 48b3d42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions geanyctags/src/geanyctags.c
Expand Up @@ -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;
Expand Down

0 comments on commit 48b3d42

Please sign in to comment.