[geany/geany-plugins] 33ded6: GeanyMacro: Remove superfluous semicolons
Colomban Wendling
git-noreply at xxxxx
Sun Jul 8 16:20:16 UTC 2012
Branch: refs/heads/master
Author: Colomban Wendling <ban at herbesfolles.org>
Committer: Colomban Wendling <ban at herbesfolles.org>
Date: Sun, 08 Jul 2012 16:20:16
Commit: 33ded6350f97e695bda0a5aa96de664b6a13bcf9
https://github.com/geany/geany-plugins/commit/33ded6350f97e695bda0a5aa96de664b6a13bcf9
Log Message:
-----------
GeanyMacro: Remove superfluous semicolons
Modified Paths:
--------------
geanymacro/src/geanymacro.c
Modified: geanymacro/src/geanymacro.c
2 files changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -179,7 +179,7 @@ enum GEANY_MACRO_BUTTON {
PLUGIN_VERSION_CHECK(147)
PLUGIN_SET_INFO(_("Macros"),_("Macros for Geany"),
- "1.1","William Fraser <william.fraser at virgin.net>");
+ "1.1","William Fraser <william.fraser at virgin.net>")
/* Plugin user alterable settings */
static gboolean bSaveMacros=TRUE;
@@ 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