From 58ae8704e51f602165bb85456747d761d7c39fa4 Mon Sep 17 00:00:00 2001 From: Ali Gholami Rudi Date: Sat, 21 Mar 2009 11:44:07 +0330 Subject: [PATCH] quran: put ten numbers per line in ayas array --- quran.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/quran.c b/quran.c index b0c4c8d..f82d4db 100644 --- a/quran.c +++ b/quran.c @@ -69,8 +69,8 @@ static int ayas[] = { 28, 28, 20, 56, 40, 31, 50, 40, 46, 42, 29, 19, 36, 25, 22, 17, 19, 26, 30, 20, 15, 21, 11, 8, 8, 19, 5, 8, 8, 11, - 11, 8, 3, 9, 5, 4, 7, 3, 6, - 3, 5, 4, 5, 6}; + 11, 8, 3, 9, 5, 4, 7, 3, 6, 3, + 5, 4, 5, 6}; int sura_ayas(int sura) { -- 2.11.4.GIT