From 3bb8b59505c6e7458a665fd8991efc5ccec26e58 Mon Sep 17 00:00:00 2001 From: Ali Gholami Rudi Date: Thu, 5 Mar 2009 13:21:40 +0330 Subject: [PATCH] cnoor: show juz number in a separate line --- cnoor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cnoor.c b/cnoor.c index 0413e76..453ffea 100644 --- a/cnoor.c +++ b/cnoor.c @@ -18,7 +18,7 @@ static void ins_sura(struct txtwin *tw, struct quran *quran, int juz = juz_start(sura, i + 1); enum sajda sajda = sajda_kind(sura, i + 1); if (juz) { - sprintf(buf, "%d", juz); + sprintf(buf, "%d\n", juz); txtwin_append(tw, buf, "juz"); } quran_aya(quran, buf, LENGTH(buf), start + i); -- 2.11.4.GIT