X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Frender.c;h=11830a3e8e4125addea848732be02f9fb65fe89a;hb=71ca6750d4f402feb0f3c630ba8d12eb73ef2216;hp=88b4db16a6f5a20691e8a5a0b4cce548ed63bea2;hpb=dd01d824fddca68d14de6358a5f0c43b5cc56fea;p=pspp diff --git a/src/output/render.c b/src/output/render.c index 88b4db16a6..11830a3e8e 100644 --- a/src/output/render.c +++ b/src/output/render.c @@ -913,7 +913,7 @@ render_page_unref (struct render_page *page) hmap_destroy (&page->overflows); table_unref (page->table); - + for (i = 0; i < TABLE_N_AXES; ++i) { free (page->join_crossing[i]); @@ -969,9 +969,9 @@ is_rule (int z) bool render_direction_rtl (void) { - /* TRANSLATORS: Do not translate this string. If the script of your language - reads from right to left (eg Persian, Arabic, Hebrew etc), then replace - this string with "output-direction-rtl". Otherwise either leave it + /* TRANSLATORS: Do not translate this string. If the script of your language + reads from right to left (eg Persian, Arabic, Hebrew etc), then replace + this string with "output-direction-rtl". Otherwise either leave it untranslated or copy it verbatim. */ const char *dir = _("output-direction-ltr"); if ( 0 == strcmp ("output-direction-rtl", dir))