[geany/geany] 187e06: Use proper argument lists

Colomban Wendling git-noreply at xxxxx
Sun Apr 13 14:19:32 UTC 2014


Branch:      refs/heads/master
Author:      Colomban Wendling <ban at herbesfolles.org>
Committer:   Colomban Wendling <ban at herbesfolles.org>
Date:        Sun, 13 Apr 2014 14:19:32 UTC
Commit:      187e06bcb1c8b604b8a5665a58401ecbd6e9b9ff
             https://github.com/geany/geany/commit/187e06bcb1c8b604b8a5665a58401ecbd6e9b9ff

Log Message:
-----------
Use proper argument lists


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

Modified: src/main.c
2 files changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -385,7 +385,7 @@ static void get_line_and_column_from_filename(gchar *filename, gint *line, gint
 
 
 #ifdef G_OS_WIN32
-static void change_working_directory_on_windows()
+static void change_working_directory_on_windows(void)
 {
 	gchar *install_dir = win32_get_installation_dir();
 



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list