diff options
| author | Wolfgang Denk <wd@denx.de> | 2007-06-22 23:59:00 +0200 | 
|---|---|---|
| committer | Wolfgang Denk <wd@denx.de> | 2007-06-22 23:59:00 +0200 | 
| commit | 1636d1c8529c006d106287cfbc20cd0a246fe1cb (patch) | |
| tree | cd39e784361c2bcef43cfc38d39b1670ce22d539 /common/main.c | |
| parent | 2dc64451b4c08ffd619372abfdc2506a2e2363b9 (diff) | |
| download | olio-uboot-2014.01-1636d1c8529c006d106287cfbc20cd0a246fe1cb.tar.xz olio-uboot-2014.01-1636d1c8529c006d106287cfbc20cd0a246fe1cb.zip | |
Coding stylke cleanup; rebuild CHANGELOG
Diffstat (limited to 'common/main.c')
| -rw-r--r-- | common/main.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/common/main.c b/common/main.c index 553ac357d..d8123a7ce 100644 --- a/common/main.c +++ b/common/main.c @@ -962,7 +962,7 @@ int readline (const char *const prompt)  			n = 0;  			continue; -		case 0x17:				/* ^W - erase word 	*/ +		case 0x17:				/* ^W - erase word	*/  			p=delete_char(console_buffer, p, &col, &n, plen);  			while ((n > 0) && (*p != ' ')) {  				p=delete_char(console_buffer, p, &col, &n, plen); |