projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0afdfdf
)
remove stray semicolon
author
Denis Vlasenko
<vda.linux@googlemail.com>
Fri, 28 Sep 2007 21:56:36 +0000
(21:56 -0000)
committer
Denis Vlasenko
<vda.linux@googlemail.com>
Fri, 28 Sep 2007 21:56:36 +0000
(21:56 -0000)
libbb/lineedit.c
patch
|
blob
|
history
diff --git
a/libbb/lineedit.c
b/libbb/lineedit.c
index 2db85d0d48a7b2dfbc82d6a1e9617dd0921eed8f..26a49a1c32c22fc90cc39bb63e4ef0a5f4f0ca24 100644
(file)
--- a/
libbb/lineedit.c
+++ b/
libbb/lineedit.c
@@
-1314,7
+1314,7
@@
int read_line_input(const char* prompt, char* command, int maxsize, line_input_t
/* If we enter read_line_input for the Nth time,
* they may be already allocated! Need to free. */
free(user_buf);
- if (home_pwd_buf != null_str)
;
+ if (home_pwd_buf != null_str)
free(home_pwd_buf);
user_buf = xstrdup(entry->pw_name);
home_pwd_buf = xstrdup(entry->pw_dir);