mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-30 12:23:06 +02:00
Don't return anything from a void function
Sun C doesn't like it. Reported in bug 604824.
This commit is contained in:
parent
05af612943
commit
ab799115de
@ -227,7 +227,7 @@ g_converter_reset (GConverter *converter)
|
||||
|
||||
iface = G_CONVERTER_GET_IFACE (converter);
|
||||
|
||||
return (* iface->reset) (converter);
|
||||
(* iface->reset) (converter);
|
||||
}
|
||||
|
||||
#define __G_CONVERTER_C__
|
||||
|
Loading…
x
Reference in New Issue
Block a user