projects
/
pspp-builds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
136d243
)
Fix indentation.
author
Ben Pfaff
<blp@gnu.org>
Fri, 1 Dec 2006 06:03:58 +0000
(06:03 +0000)
committer
Ben Pfaff
<blp@gnu.org>
Fri, 1 Dec 2006 06:03:58 +0000
(06:03 +0000)
src/language/dictionary/value-labels.c
patch
|
blob
|
history
diff --git
a/src/language/dictionary/value-labels.c
b/src/language/dictionary/value-labels.c
index 65b8762ecedc8aed047517f727e1d2741c126caa..12948e28ee0328a33d50cb2d7016245374390834 100644
(file)
--- a/
src/language/dictionary/value-labels.c
+++ b/
src/language/dictionary/value-labels.c
@@
-88,8
+88,8
@@
do_value_labels (struct lexer *lexer, const struct dictionary *dict, int erase)
if (lex_token (lexer) != '/')
{
- free (vars);
- break;
+
free (vars);
+
break;
}
lex_get (lexer);