]> mj.ucw.cz Git - libucw.git/commitdiff
Oops, forgot a ')'.
authorMartin Mares <mj@ucw.cz>
Fri, 12 Jul 2002 02:35:49 +0000 (02:35 +0000)
committerMartin Mares <mj@ucw.cz>
Fri, 12 Jul 2002 02:35:49 +0000 (02:35 +0000)
lib/custom.h

index af49dc8a7e7a11480cb3ca66b84eb4f434d5bf9a..4d0dd5c9096fab3570c95032fdbafa32a5ae58f5 100644 (file)
@@ -58,7 +58,7 @@ enum word_type {
        (1 << WT_META) | (1 << WT_CAT_TITLE) | (1 << WT_CAT_DESC))
 
 /* These types are always matched without accents if accent mode is set to "auto" */
-#define WORD_TYPES_NO_AUTO_ACCENT ((1 << WT_URL1) | (1 << WT_URL2) | (1 << WT_FILE)
+#define WORD_TYPES_NO_AUTO_ACCENT ((1 << WT_URL1) | (1 << WT_URL2) | (1 << WT_FILE))
 
 /* String types */