[prev in list] [next in list] [prev in thread] [next in thread] 

List:       busybox-cvs
Subject:    svn commit: trunk/busybox/libbb
From:       vda () busybox ! net (vda at busybox ! net)
Date:       2007-09-28 21:56:37
Message-ID: 20070928215637.80AEE3004B () busybox ! net
[Download RAW message or body]

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);


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic