Branch: refs/heads/master Author: Colomban Wendling ban@herbesfolles.org Committer: Colomban Wendling ban@herbesfolles.org Date: Sun, 08 Jul 2012 17:05:12 Commit: dab8d67eb659e09e6e32a920fb5a7001409962d4 https://github.com/geany/geany-plugins/commit/dab8d67eb659e09e6e32a920fb5a70...
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@gmail.com"); + PLUGIN_VERSION, "Enrico Trotta enrico.trt@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).