From: Ben Pfaff Date: Sat, 26 Oct 2013 04:45:23 +0000 (-0700) Subject: psppire-var-sheet: Correct typo that breaks the build. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da8c6e44f6e8acaa04887901da4d835437221ccf;hp=fd308174a81b1702426720536acd3aa4a3021801;p=pspp psppire-var-sheet: Correct typo that breaks the build. Commit fd308174a81 (Corrected logical errors in tests for error conditions.) introduced a typo in a function name. This commit corrects it. --- diff --git a/src/ui/gui/psppire-var-sheet.c b/src/ui/gui/psppire-var-sheet.c index a681748086..bb2c56ba7a 100644 --- a/src/ui/gui/psppire-var-sheet.c +++ b/src/ui/gui/psppire-var-sheet.c @@ -591,7 +591,7 @@ get_string_width (PsppSheetView *treeview, GtkCellRenderer *renderer, } static gint -get_monospac_width (PsppSheetView *treeview, GtkCellRenderer *renderer, +get_monospace_width (PsppSheetView *treeview, GtkCellRenderer *renderer, size_t char_cnt) { struct string s;