These functions prototype defines its output as void, and therefore they
authorAlvaro Lopez Ortega <alvaro@sun.com>
Wed, 2 Jan 2008 11:54:08 +0000 (11:54 +0000)
committerAlvaro Lopez Ortega <alo@src.gnome.org>
Wed, 2 Jan 2008 11:54:08 +0000 (11:54 +0000)
commited670989f41b014ba72a1180d0207c79a7a6e1dd
treeafeda929631a51d811bef53abdd85118d4866ae4
parent69b861ec5cdda6d04a7e788e2f15cd3242dd9b8e
These functions prototype defines its output as void, and therefore they

2008-01-02  Alvaro Lopez Ortega  <alvaro@sun.com>

       * glib/ghash.c (g_hash_table_replace, g_hash_table_insert): These
       functions prototype defines its output as void, and therefore they
       should not return any value. This patch fixes a compilation error:
       the "return" clauses were incompatible with the functions prototype.

svn path=/trunk/; revision=6230
ChangeLog
glib/ghash.c