svn commit: trunk/busybox/libbb
vda at busybox.net
vda at busybox.net
Fri Sep 28 14:56:37 PDT 2007
Author: vda
Date: 2007-09-28 14:56:36 -0700 (Fri, 28 Sep 2007)
New Revision: 20102
Log:
remove stray semicolon
Modified:
trunk/busybox/libbb/lineedit.c
Changeset:
Modified: trunk/busybox/libbb/lineedit.c
===================================================================
--- trunk/busybox/libbb/lineedit.c 2007-09-28 21:54:36 UTC (rev 20101)
+++ trunk/busybox/libbb/lineedit.c 2007-09-28 21:56:36 UTC (rev 20102)
@@ -1314,7 +1314,7 @@
/* 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);
More information about the busybox-cvs
mailing list