commit | 1636d1c8529c006d106287cfbc20cd0a246fe1cb | [log] [tgz] |
---|---|---|
author | Wolfgang Denk <wd@denx.de> | Fri Jun 22 23:59:00 2007 +0200 |
committer | Wolfgang Denk <wd@denx.de> | Fri Jun 22 23:59:00 2007 +0200 |
tree | cd39e784361c2bcef43cfc38d39b1670ce22d539 | |
parent | 2dc64451b4c08ffd619372abfdc2506a2e2363b9 [diff] [blame] |
Coding stylke cleanup; rebuild CHANGELOG
diff --git a/common/main.c b/common/main.c index 553ac35..d8123a7 100644 --- a/common/main.c +++ b/common/main.c
@@ -962,7 +962,7 @@ 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);