docs: Fix return type in cmpint example

This commit is contained in:
Cédric Bellegarde 2023-01-10 11:09:59 +01:00 committed by Philip Withnall
parent cabe1370ed
commit cf5d807881

View File

@ -1026,7 +1026,7 @@ g_array_sort_with_data (GArray *farray,
*
* This example defines a comparison function and search an element in a #GArray:
* |[<!-- language="C" -->
* static gint*
* static gint
* cmpint (gconstpointer a, gconstpointer b)
* {
* const gint *_a = a;