[gjs] importer: Fix a compilation warning



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]