From a543c0f7b2855d701d0e049773780dc43e0ea8e0 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 1 Oct 2019 20:20:40 +0200 Subject: Formatting --- libstorycode/storycode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libstorycode/storycode.c b/libstorycode/storycode.c index ced5bac..7b8b464 100644 --- a/libstorycode/storycode.c +++ b/libstorycode/storycode.c @@ -183,7 +183,7 @@ static void write_text(GOutputStream *fh, SlideItem *item, int geom, maybe_alignment(item->align)); } else { snprintf(tmp, 255, " %s%s", - t ,maybe_alignment(item->align)); + t, maybe_alignment(item->align)); } indent = strlen(tmp); -- cgit v1.2.3