projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd30817
)
psppire-var-sheet: Correct typo that breaks the build.
author
Ben Pfaff
<blp@cs.stanford.edu>
Sat, 26 Oct 2013 04:45:23 +0000
(21:45 -0700)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Sat, 26 Oct 2013 04:45:28 +0000
(21:45 -0700)
Commit
fd308174a81
(Corrected logical errors in tests for error
conditions.) introduced a typo in a function name. This commit corrects
it.
src/ui/gui/psppire-var-sheet.c
patch
|
blob
|
history
diff --git
a/src/ui/gui/psppire-var-sheet.c
b/src/ui/gui/psppire-var-sheet.c
index a6817480865758ca3f478e775fa49a44e3286a65..bb2c56ba7aa9ee27257cf2470b57d2efe53fee19 100644
(file)
--- 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_monospac
e
_width (PsppSheetView *treeview, GtkCellRenderer *renderer,
size_t char_cnt)
{
struct string s;