g_date_time_format: small fixups
authorRyan Lortie <desrt@desrt.ca>
Fri, 2 Sep 2011 23:34:33 +0000 (19:34 -0400)
committerRyan Lortie <desrt@desrt.ca>
Sat, 3 Sep 2011 01:05:40 +0000 (21:05 -0400)
commit4b35f12552ebd9d064c7e6dc97e0e1e9c57b6215
treee85a02eb98885fa938b3c197e1fbf5a15ca386cb
parent65fe8b73c50b89358732e0c0d093587b62a1cea0
g_date_time_format: small fixups

Add missing 'break;' from the case: block for %c.  Reorder the cases so
that %F comes before %g/%G and %n comes in its correct alphabetical
order.
glib/gdatetime.c