docs: Fix return value for g_datetime_compare()
authorBenjamin Otte <otte@redhat.com>
Sat, 12 Feb 2011 16:56:34 +0000 (17:56 +0100)
committerBenjamin Otte <otte@redhat.com>
Sat, 12 Feb 2011 16:56:34 +0000 (17:56 +0100)
commit17eea8fa60915c5711a99eebe5025eadb04c3f3f
tree62aec41c0414739699230afab9a63a5d09a77086
parentdfeb02ee86c02a2bb665b8b8457003d56baa474d
docs: Fix return value for g_datetime_compare()

Previous code confused dt1 and dt2. The new formulation is stolen from
man strcmp() and g_strcmp0().
glib/gdatetime.c