[geany/geany-plugins] dab8d6: GeniusPatse: Remove superfluous semicolons
Colomban Wendling
git-noreply at xxxxx
Sun Jul 8 17:05:12 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 17:05:12
Commit: dab8d67eb659e09e6e32a920fb5a7001409962d4
https://github.com/geany/geany-plugins/commit/dab8d67eb659e09e6e32a920fb5a7001409962d4
Log Message:
-----------
GeniusPatse: Remove superfluous semicolons
Modified Paths:
--------------
geniuspaste/src/geniuspaste.c
Modified: geniuspaste/src/geniuspaste.c
2 files changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -99,7 +99,7 @@
PLUGIN_VERSION_CHECK(147)
PLUGIN_SET_TRANSLATABLE_INFO(LOCALEDIR, GETTEXT_PACKAGE, PLUGIN_NAME,
_("Paste your code on your favorite pastebin"),
- PLUGIN_VERSION, "Enrico Trotta <enrico.trt at gmail.com>");
+ PLUGIN_VERSION, "Enrico Trotta <enrico.trt at gmail.com>")
static gint indexof(const gchar * string, gchar c)
{
@@ 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