summaryrefslogtreecommitdiff
path: root/charset
diff options
context:
space:
mode:
authorbehdad <behdad>2006-01-22 10:12:17 +0000
committerbehdad <behdad>2006-01-22 10:12:17 +0000
commit570efad0b961ad106a05f2dbabeedbed477ea161 (patch)
tree7f4130f473405257741e6c16b5dc382bc5f8c683 /charset
parentfd466b1f41cd1b0d1717eac9b18b188c58c2d479 (diff)
Add extra braces to shut gcc warnings up.
Diffstat (limited to 'charset')
-rw-r--r--charset/fribidi-char-sets-cap-rtl.c17
1 files changed, 9 insertions, 8 deletions
diff --git a/charset/fribidi-char-sets-cap-rtl.c b/charset/fribidi-char-sets-cap-rtl.c
index e5e6cb1..4ea7cf1 100644
--- a/charset/fribidi-char-sets-cap-rtl.c
+++ b/charset/fribidi-char-sets-cap-rtl.c
@@ -1,10 +1,10 @@
/* FriBidi
* fribidi-char-sets-cap-rtl.c - CapRTL character set conversion routines
*
- * $Id: fribidi-char-sets-cap-rtl.c,v 1.11 2005-07-30 09:06:28 behdad Exp $
+ * $Id: fribidi-char-sets-cap-rtl.c,v 1.12 2006-01-22 10:12:17 behdad Exp $
* $Author: behdad $
- * $Date: 2005-07-30 09:06:28 $
- * $Revision: 1.11 $
+ * $Date: 2006-01-22 10:12:17 $
+ * $Revision: 1.12 $
* $Source: /home/behdad/src/fdo/fribidi/togit/git/../fribidi/fribidi2/charset/fribidi-char-sets-cap-rtl.c,v $
*
* Authors:
@@ -105,8 +105,9 @@ init_cap_rtl (
caprtl_to_unicode[i] = FRIBIDI_UNICODE_CHARS;
mark[i] = 0;
if (fribidi_get_mirror_char (i, NULL))
- DBG
- ("warning: I could not map mirroring character map to itself in CapRTL");
+ {
+ DBG ("warning: I could not map mirroring character map to itself in CapRTL");
+ }
for (j = 0; j < num_types; j++)
if (to_type[j] == CapRTLCharTypes[i])
@@ -147,9 +148,9 @@ init_cap_rtl (
DBG ("warning: could not find a mapping for CapRTL to Unicode:");
for (j = 0; j < num_types; j++)
if (request[j])
- DBG2 (" need this type: %s", fribidi_get_bidi_type_name
- (to_type[j]));
-
+ {
+ DBG2 (" need this type: %s", fribidi_get_bidi_type_name (to_type[j]));
+ }
}
}