Parcourir la source

Minor beautifications.

Jan Janak il y a 23 ans
Parent
commit
0834761304
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      trim.h

+ 2 - 1
trim.h

@@ -35,7 +35,8 @@
 /*
  * This switch-case statement is used in
  * trim_leading and trim_trailing. You can
- * define char that should be skipped here.
+ * define characters that should be skipped 
+ * here.
  */
 #define TRIM_SWITCH(c) switch(c) {     \
                        case ' ':       \