[geany/geany-plugins] 2cb414: ShiftColumn: Remove superfluous semicolons
Colomban Wendling
git-noreply at xxxxx
Sun Jul 8 20:43:21 UTC 2012
Branch: refs/heads/1.22_release
Author: Colomban Wendling <ban at herbesfolles.org>
Committer: Colomban Wendling <ban at herbesfolles.org>
Date: Sun, 08 Jul 2012 20:43:21
Commit: 2cb41447340a5c7460efdda4972762f339be5fd6
https://github.com/geany/geany-plugins/commit/2cb41447340a5c7460efdda4972762f339be5fd6
Log Message:
-----------
ShiftColumn: Remove superfluous semicolons
Modified Paths:
--------------
shiftcolumn/src/shiftcolumn.c
Modified: shiftcolumn/src/shiftcolumn.c
4 files changed, 2 insertions(+), 2 deletions(-)
===================================================================
@@ -45,10 +45,10 @@
GeanyData *geany_data;
GeanyFunctions *geany_functions;
-PLUGIN_VERSION_CHECK(130);
+PLUGIN_VERSION_CHECK(130)
PLUGIN_SET_INFO(_("Shift Column"),
_("Shift a selection left and right"),
- VERSION, "Andrew L Janke <a.janke at gmail.com>");
+ VERSION, "Andrew L Janke <a.janke at gmail.com>")
static GtkWidget *menu_item_shift_left = NULL;
@@ Diff output truncated at 100000 characters. @@
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: TBD).
More information about the Plugins-Commits
mailing list