SF.net SVN: geany:[4858] trunk/src/document.c

eht16 at users.sourceforge.net eht16 at xxxxx
Sun Apr 25 17:42:33 UTC 2010


Revision: 4858
          http://geany.svn.sourceforge.net/geany/?rev=4858&view=rev
Author:   eht16
Date:     2010-04-25 17:42:33 +0000 (Sun, 25 Apr 2010)

Log Message:
-----------
Declare document_stop_file_monitoring() as static.

Modified Paths:
--------------
    trunk/src/document.c

Modified: trunk/src/document.c
===================================================================
--- trunk/src/document.c	2010-04-25 17:42:24 UTC (rev 4857)
+++ trunk/src/document.c	2010-04-25 17:42:33 UTC (rev 4858)
@@ -470,7 +470,7 @@
 #endif
 
 
-void document_stop_file_monitoring(GeanyDocument *doc)
+static void document_stop_file_monitoring(GeanyDocument *doc)
 {
 	g_return_if_fail(doc != NULL);
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Commits mailing list