[geany/geany-plugins] 06ff22: GeanyExtraSel: Mark local functions as static
Colomban Wendling
git-noreply at xxxxx
Sun Jul 8 16:19:33 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:19:33
Commit: 06ff22363891ef03c641bf767246f2f87941d7b5
https://github.com/geany/geany-plugins/commit/06ff22363891ef03c641bf767246f2f87941d7b5
Log Message:
-----------
GeanyExtraSel: Mark local functions as static
Modified Paths:
--------------
geanyextrasel/src/extrasel.c
Modified: geanyextrasel/src/extrasel.c
2 files changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -59,7 +59,7 @@ enum
/* Common functions / macros */
-ScintillaObject *scintilla_get_current(void)
+static ScintillaObject *scintilla_get_current(void)
{
GeanyDocument *doc = document_get_current();
return doc ? doc->editor->sci : NULL;
@@ 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