[geany/geany-plugins] 339957: GeanyVC: Remove superfluous semicolons
Colomban Wendling
git-noreply at xxxxx
Sun Jul 8 17:14: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 17:14:21
Commit: 339957c887a9710574e1c550cfa244e322e7d099
https://github.com/geany/geany-plugins/commit/339957c887a9710574e1c550cfa244e322e7d099
Log Message:
-----------
GeanyVC: Remove superfluous semicolons
Modified Paths:
--------------
geanyvc/src/geanyvc.c
Modified: geanyvc/src/geanyvc.c
6 files changed, 3 insertions(+), 3 deletions(-)
===================================================================
@@ -46,14 +46,14 @@
GeanyPlugin *geany_plugin;
-PLUGIN_VERSION_CHECK(188);
+PLUGIN_VERSION_CHECK(188)
PLUGIN_SET_TRANSLATABLE_INFO(
LOCALEDIR,
GETTEXT_PACKAGE,
_("GeanyVC"),
_("Interface to different Version Control systems."),
VERSION,
- "Yura Siamashka <yurand2 at gmail.com>,\nFrank Lanitz <frank at frank.uvena.de>");
+ "Yura Siamashka <yurand2 at gmail.com>,\nFrank Lanitz <frank at frank.uvena.de>")
/* Some global variables */
static gboolean set_changed_flag;
@@ -82,7 +82,7 @@
/* absolute path dirname of file */
const gchar ABS_DIRNAME[] = "*ABS_DIRNAME*";
/* absolute path filename of file */
-const gchar ABS_FILENAME[] = "*ABS_FILENAME*";;
+const gchar ABS_FILENAME[] = "*ABS_FILENAME*";
/* path to directory from base vc directory */
const gchar BASE_DIRNAME[] = "*BASE_DIRNAME*";
@@ 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