[geany/geany-plugins] 6b13bc: geanyminiscript: Use proper C prototypes for functions without arguments

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

Log Message:
-----------
geanyminiscript: Use proper C prototypes for functions without arguments


Modified Paths:
--------------
    geanyminiscript/src/gms.c

Modified: geanyminiscript/src/gms.c
2 files changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -120,7 +120,7 @@ static void update_doc( ScintillaObject *sci, gchar * contents )
 /**
  * \brief the function deletes the tempory files
  */
-static void delete_tmp_files()
+static void delete_tmp_files(void)
 {
     if( g_file_test( gms_get_in_filename(gms_hnd),G_FILE_TEST_EXISTS) == TRUE )
         g_unlink( gms_get_in_filename(gms_hnd) ) ;


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