[geany/geany-plugins] e65c1b: GeanyDoc: Remove superfluous semicolons
Colomban Wendling
git-noreply at xxxxx
Sun Jul 8 16:18:46 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:18:46
Commit: e65c1b9d083fee97f8c4ea9ac6bff9eb498895ed
https://github.com/geany/geany-plugins/commit/e65c1b9d083fee97f8c4ea9ac6bff9eb498895ed
Log Message:
-----------
GeanyDoc: Remove superfluous semicolons
Modified Paths:
--------------
geanydoc/src/geanydoc.c
Modified: geanydoc/src/geanydoc.c
4 files changed, 2 insertions(+), 2 deletions(-)
===================================================================
@@ -48,7 +48,7 @@
PLUGIN_VERSION_CHECK(128)
/* All plugins must set name, description, version and author. */
PLUGIN_SET_INFO(_("Doc"), _("Call documentation viewer on current symbol."), VERSION,
- "Yura Siamshka <yurand2 at gmail.com>");
+ "Yura Siamshka <yurand2 at gmail.com>")
/* Keybinding(s) */
enum
@@ -58,7 +58,7 @@
KB_COUNT
};
-PLUGIN_KEY_GROUP(doc_chars, KB_COUNT);
+PLUGIN_KEY_GROUP(doc_chars, KB_COUNT)
GtkWidget *create_Interactive(void);
@@ 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