[gjs] importer: Fix a compilation warning
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gjs] importer: Fix a compilation warning
- Date: Mon, 19 Nov 2012 22:31:40 +0000 (UTC)
commit fafa9f9f6952326ae85be41d031d212e803d8b05
Author: Colin Walters <walters verbum org>
Date: Mon Nov 19 17:30:05 2012 -0500
importer: Fix a compilation warning
gjs/importer.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gjs/importer.c b/gjs/importer.c
index b4c9628..c962fbc 100644
--- a/gjs/importer.c
+++ b/gjs/importer.c
@@ -717,7 +717,7 @@ do_import(JSContext *context,
}
static ImporterIterator *
-importer_iterator_new()
+importer_iterator_new(void)
{
ImporterIterator *iter;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]