Branch: refs/heads/master Author: Colomban Wendling ban@herbesfolles.org Committer: Colomban Wendling ban@herbesfolles.org Date: Sun, 08 Jul 2012 17:14:21 Commit: 339957c887a9710574e1c550cfa244e322e7d099 https://github.com/geany/geany-plugins/commit/339957c887a9710574e1c550cfa244...
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@gmail.com,\nFrank Lanitz frank@frank.uvena.de"); + "Yura Siamashka yurand2@gmail.com,\nFrank Lanitz frank@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).