pinosaur
/
smdp.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0536954
)
Fix typo in error message
author
Matti Hänninen
<matti@mjhanninen.com>
Tue, 7 Oct 2014 19:11:12 +0000
(22:11 +0300)
committer
Matti Hänninen
<matti@mjhanninen.com>
Tue, 7 Oct 2014 19:11:12 +0000
(22:11 +0300)
src/viewer.c
patch
|
blob
|
history
diff --git
a/src/viewer.c
b/src/viewer.c
index
6dbde0c
..
2de71e4
100644
(file)
--- a/
src/viewer.c
+++ b/
src/viewer.c
@@
-146,7
+146,7
@@
int ncurses_display(deck_t *deck, int notrans, int nofade, int invert) {
endwin();
// print error
- fprintf(stderr, "Error: Terminal heig
th
(%i lines) too small. Need at least %i lines.\n", LINES, max_lines + bar_top + bar_bottom);
+ fprintf(stderr, "Error: Terminal heig
ht
(%i lines) too small. Need at least %i lines.\n", LINES, max_lines + bar_top + bar_bottom);
fprintf(stderr, "You may need to add additional horizontal rules ('***') to split your file in shorter slides.\n");
return 1;