[gnome-user-share] http: Fix missing method arguments
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-user-share] http: Fix missing method arguments
- Date: Tue, 12 Nov 2013 13:21:19 +0000 (UTC)
commit 2bbc6384cb0d8a85dcf0208ec5d75d28e2d89049
Author: Bastien Nocera <hadess hadess net>
Date: Sun Nov 10 02:07:05 2013 +0100
http: Fix missing method arguments
src/http.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/http.c b/src/http.c
index 163e897..0e7f9df 100644
--- a/src/http.c
+++ b/src/http.c
@@ -179,8 +179,8 @@ static const char *known_httpd_locations [] = {
NULL
};
-static char*
-get_httpd_program ()
+static char *
+get_httpd_program (void)
{
int i;
@@ -206,7 +206,7 @@ static const char *known_httpd_modules_locations [] = {
};
static gchar*
-get_httpd_modules_path ()
+get_httpd_modules_path (void)
{
int i;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]