aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/term.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/term.rs b/src/term.rs
index ae21cc0..84f040a 100644
--- a/src/term.rs
+++ b/src/term.rs
@@ -112,7 +112,7 @@ impl Reader {
// really, we need to do an ungetc sort of thing
// with the characters in buf, and then just
// return the first character as a KeyCharacter
- fail!("unknown escape");
+ fail!(~"unknown escape");
}
}
}