pinosaur
/
smdp.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27d774d
)
fix 1 character typo: s/jet/yet/
author
Christopher Clark
<christopher@cohodata.com>
Fri, 26 Sep 2014 18:13:21 +0000
(11:13 -0700)
committer
Christopher Clark
<christopher@cohodata.com>
Fri, 26 Sep 2014 18:13:21 +0000
(11:13 -0700)
src/viewer.c
patch
|
blob
|
history
diff --git
a/src/viewer.c
b/src/viewer.c
index
76dc18c
..
528f4d4
100644
(file)
--- a/
src/viewer.c
+++ b/
src/viewer.c
@@
-114,7
+114,7
@@
int ncurses_display(deck_t *deck, int notrans, int nofade, int invert) {
if(max_lines + bar_top + bar_bottom + 2 > LINES)
fprintf(stderr, "You may need to add additional horizontal rules ('***') to split your file in shorter slides.\n");
if(max_cols > COLS)
- fprintf(stderr, "Automatic line wrapping is not supported
j
et. You may need to shorten some lines by inserting line breaks.\n");
+ fprintf(stderr, "Automatic line wrapping is not supported
y
et. You may need to shorten some lines by inserting line breaks.\n");
return(1);
}