projects
/
platform
/
upstream
/
glib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20a4f25
)
ghash: fix error in "as a set" documentation
author
Ryan Lortie
<desrt@desrt.ca>
Wed, 10 Aug 2011 10:25:57 +0000
(12:25 +0200)
committer
Ryan Lortie
<desrt@desrt.ca>
Mon, 15 Aug 2011 14:43:25 +0000
(10:43 -0400)
glib/ghash.c
patch
|
blob
|
history
diff --git
a/glib/ghash.c
b/glib/ghash.c
index
00a2a6b
..
5cc52f1
100644
(file)
--- a/
glib/ghash.c
+++ b/
glib/ghash.c
@@
-97,7
+97,7
@@
* GEqualFunc equal_func,
* GDestroyNotify destroy)
* {
- * return g_hash_table_new_full (hash_func, equal_func, destroy);
+ * return g_hash_table_new_full (hash_func, equal_func, destroy
, NULL
);
* }
*
* void