diff options
Diffstat (limited to 'src/main.cc')
-rw-r--r-- | src/main.cc | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/main.cc b/src/main.cc index 32d4cc5..d65212b 100644 --- a/src/main.cc +++ b/src/main.cc | |||
@@ -104,6 +104,11 @@ static void showInfo(ostream &ostr) { | |||
104 | 104 | ||
105 | /**** NOTE: This list is in alphabetical order! ****/ | 105 | /**** NOTE: This list is in alphabetical order! ****/ |
106 | 106 | ||
107 | #ifndef HAVE_FRIBIDI | ||
108 | NOT<< | ||
109 | #endif | ||
110 | "BIDI"<<endl<< | ||
111 | |||
107 | #ifndef DEBUG | 112 | #ifndef DEBUG |
108 | NOT<< | 113 | NOT<< |
109 | #endif // DEBUG | 114 | #endif // DEBUG |
@@ -174,7 +179,6 @@ static void showInfo(ostream &ostr) { | |||
174 | #endif // HAVE_XPM | 179 | #endif // HAVE_XPM |
175 | "XPM"<<endl<< | 180 | "XPM"<<endl<< |
176 | 181 | ||
177 | |||
178 | endl; | 182 | endl; |
179 | } | 183 | } |
180 | 184 | ||