Formatting...

Preprocessor lines now always start the line.

Improved error handling in `base' module.

Fixed a out-of-bounds error in ttgload.
diff --git a/src/base/ftdebug.c b/src/base/ftdebug.c
index 72c44a3..32da789 100644
--- a/src/base/ftdebug.c
+++ b/src/base/ftdebug.c
@@ -103,7 +103,7 @@
     if ( component >= trace_max )
       return;
 
-    /* if component is `trace_any', then change _all_ levels at once */
+    /* if component is `trace_any', change _all_ levels at once */
     if ( component == trace_any )
     {
       int  n;