aboutsummaryrefslogtreecommitdiff
path: root/src/wrap.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wrap.c')
-rw-r--r--src/wrap.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/wrap.c b/src/wrap.c
index 85143a5..7a1ac67 100644
--- a/src/wrap.c
+++ b/src/wrap.c
@@ -484,10 +484,8 @@ static void run_sc(const char *sc, struct sc_font *fonts, int *n_fonts,
{
if ( b->name == NULL ) {
- if ( split_words(boxes, pc, b->contents, b->offset,
- lang, &fonts[(*n_fonts)-1]) ) {
- fprintf(stderr, "Splitting failed.\n");
- }
+ split_words(boxes, pc, b->contents, b->offset,
+ lang, &fonts[(*n_fonts)-1]);
} else if ( (strcmp(b->name, "font")==0)
&& (b->contents == NULL) ) {