prepare_meanings.c
changeset 24 026a2ba0ce16
parent 23 97feccfc5215
--- a/prepare_meanings.c	Sun Sep 02 00:02:48 2007 +0200
+++ b/prepare_meanings.c	Sun Sep 02 14:24:10 2007 +0200
@@ -58,7 +58,7 @@
                 printf(":%s:", word);
                 word_header_dumped = 1;
             }
-            printf("[%s]\n%s\n\n", dictionarynames[i], def);
+            printf("-- [%s]\n%s\n\n", dictionarynames[i], def);
         }
     }
 }