aboutsummaryrefslogtreecommitdiffhomepage
path: root/history.h
diff options
context:
space:
mode:
authorGravatar Grissiom <chaos.proton@gmail.com>2010-09-18 09:51:16 +0800
committerGravatar Grissiom <chaos.proton@gmail.com>2010-09-18 09:51:16 +0800
commitc6372a1b3f56d7022f135b8f1baeaff44816ec7c (patch)
tree1e274b07fc1942d7f39d334771c7d621a164b15f /history.h
parent41b8db063c032c673e366d81bccf37022b9c1d4f (diff)
remove trailing spaces
This is done by `sed -i -e 's/[ \t]*$//' *.[c,h]`, which should not introduce any functionality change.
Diffstat (limited to 'history.h')
-rw-r--r--history.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/history.h b/history.h
index 9c54cda1..f3a7dc29 100644
--- a/history.h
+++ b/history.h
@@ -50,7 +50,7 @@ void history_reset();
/**
Find next history item starting with str. If this moves past
- the end of the history, str is returned.
+ the end of the history, str is returned.
*/
const wchar_t *history_next_match( const wchar_t *str);