[geany/geany-plugins] c80020: GeanyPrj: Remove superfluous semicolons

Colomban Wendling git-noreply at xxxxx
Sun Jul 8 16:24:17 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 16:24:17
Commit:      c800204f9b20754a95109473d6145869bb22d20f
             https://github.com/geany/geany-plugins/commit/c800204f9b20754a95109473d6145869bb22d20f

Log Message:
-----------
GeanyPrj: Remove superfluous semicolons


Modified Paths:
--------------
    geanyprj/src/geanyprj.c

Modified: geanyprj/src/geanyprj.c
4 files changed, 2 insertions(+), 2 deletions(-)
===================================================================
@@ -34,9 +34,9 @@
 
 #include "geanyprj.h"
 
-PLUGIN_VERSION_CHECK(147);
+PLUGIN_VERSION_CHECK(147)
 PLUGIN_SET_INFO(_("Project"), _("Alternative project support."), VERSION,
-		"Yura Siamashka <yurand2 at gmail.com>");
+		"Yura Siamashka <yurand2 at gmail.com>")
 
 GeanyData      *geany_data;
 GeanyFunctions *geany_functions;


@@ 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