Branch: refs/heads/1.22_release Author: Colomban Wendling ban@herbesfolles.org Committer: Colomban Wendling ban@herbesfolles.org Date: Sun, 08 Jul 2012 16:19:33 Commit: 06ff22363891ef03c641bf767246f2f87941d7b5 https://github.com/geany/geany-plugins/commit/06ff22363891ef03c641bf767246f2...
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).