summaryrefslogtreecommitdiff
path: root/lib/ephy-web-app-utils.c
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@igalia.com>2015-11-07 17:31:19 -0600
committerMichael Catanzaro <mcatanzaro@igalia.com>2015-11-07 17:31:19 -0600
commit96ddfffc90391c7aceb2414b788be25f31422442 (patch)
treef68f5b7fddf1656cdf8608e5b7c4af8ee8dbf321 /lib/ephy-web-app-utils.c
parent19afb6ae533007085b8275046fc7533f9af6ecb0 (diff)
downloadepiphany-96ddfffc90391c7aceb2414b788be25f31422442.tar.gz
Reenable and placate -Wold-style-definition
Diffstat (limited to 'lib/ephy-web-app-utils.c')
-rw-r--r--lib/ephy-web-app-utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ephy-web-app-utils.c b/lib/ephy-web-app-utils.c
index a9b7da19f..8f25760b1 100644
--- a/lib/ephy-web-app-utils.c
+++ b/lib/ephy-web-app-utils.c
@@ -364,7 +364,7 @@ out:
* Returns: (transfer-full): a #GList of #EphyWebApplication objects
**/
GList *
-ephy_web_application_get_application_list ()
+ephy_web_application_get_application_list (void)
{
GFileEnumerator *children = NULL;
GFileInfo *info;