X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fgtksheet%2Fgsheetmodel.c;h=3f0665784a6a5a485d03e6765466b3c9b335307c;hb=573068f2bdcd3f8796e9646668fed910a90f890b;hp=704b86e23f71a599b34f71afaff758dc3fcd2715;hpb=745a5487c9da077893a46d26d64e911246640a7b;p=pspp-builds.git diff --git a/lib/gtksheet/gsheetmodel.c b/lib/gtksheet/gsheetmodel.c index 704b86e2..3f066578 100644 --- a/lib/gtksheet/gsheetmodel.c +++ b/lib/gtksheet/gsheetmodel.c @@ -122,7 +122,7 @@ g_sheet_model_base_init (gpointer g_class) * Retrieves the datum at location ROW, COLUMN in the form of a string. * Returns: The string representation of the datum, or NULL on error. **/ -inline const gchar *const +inline const gchar * g_sheet_model_get_string (const GSheetModel *sheet_model, gint row, gint column) {