فهرست منبع

Merge with /home/git/u-boot

Wolfgang Denk 18 سال پیش
والد
کامیت
426a44277f
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      common/main.c

+ 1 - 1
common/main.c

@@ -222,7 +222,7 @@ static __inline__ int abortboot(int bootdelay)
 	if (bootdelay >= 0) {
 		if (tstc()) {	/* we got a key press	*/
 			(void) getc();  /* consume input	*/
-			puts("\b\b\b 0");
+			puts ("\b\b\b 0");
 			abort = 1;	/* don't auto boot	*/
 		}
 	}