diff options
author | Manish Singh <yosh@gimp.org> | 2004-10-02 17:09:41 +0000 |
---|---|---|
committer | Manish Singh <yosh@src.gnome.org> | 2004-10-02 17:09:41 +0000 |
commit | 0d98f8f9a766b13ed91c365a629e73b2bf473e30 (patch) | |
tree | dee04cac3267d1122de016dd9665e9abbbf426e3 /ChangeLog.pre-1-8 | |
parent | c74be13fe29b15bffa8b57675076874605834998 (diff) | |
download | pango-0d98f8f9a766b13ed91c365a629e73b2bf473e30.tar.gz |
Use g_return_val_if_fail() instead of g_return_if_fail() since this
Sat Oct 2 10:08:13 2004 Manish Singh <yosh@gimp.org>
* modules/thai/thai-ot.c (thai_ot_get_ruleset): Use
g_return_val_if_fail() instead of g_return_if_fail() since this
function returns a value.
Diffstat (limited to 'ChangeLog.pre-1-8')
-rw-r--r-- | ChangeLog.pre-1-8 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog.pre-1-8 b/ChangeLog.pre-1-8 index 29be21d5..4675e04c 100644 --- a/ChangeLog.pre-1-8 +++ b/ChangeLog.pre-1-8 @@ -1,3 +1,9 @@ +Sat Oct 2 10:08:13 2004 Manish Singh <yosh@gimp.org> + + * modules/thai/thai-ot.c (thai_ot_get_ruleset): Use + g_return_val_if_fail() instead of g_return_if_fail() since this + function returns a value. + 2004-10-02 Theppitak Karoonboonyanan <thep@linux.thai.net> Make Thai module prefer OpenType tables, if available, to PUA |