summaryrefslogtreecommitdiff
path: root/console.c
diff options
context:
space:
mode:
authorAustin Clements <[email protected]>2010-09-01 00:41:25 -0400
committerAustin Clements <[email protected]>2010-09-01 00:41:25 -0400
commitb0751a3e9bfce88cb07c1a540ceabf21f2d53b31 (patch)
tree061a378a3666ceef074118eab6b0ca02845b717a /console.c
parent5efca9054f1911e206831e16c2ca5ac8c8fc7c12 (diff)
downloadxv6-labs-b0751a3e9bfce88cb07c1a540ceabf21f2d53b31.tar.gz
xv6-labs-b0751a3e9bfce88cb07c1a540ceabf21f2d53b31.tar.bz2
xv6-labs-b0751a3e9bfce88cb07c1a540ceabf21f2d53b31.zip
Space police
Diffstat (limited to 'console.c')
-rw-r--r--console.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/console.c b/console.c
index 1d51a3c..a3cdf96 100644
--- a/console.c
+++ b/console.c
@@ -163,7 +163,7 @@ consputc(int c)
;
}
- if (c == BACKSPACE) {
+ if(c == BACKSPACE){
uartputc('\b');
uartputc(' ');
uartputc('\b');