diff -r 97feccfc5215 -r 026a2ba0ce16 prepare_meanings.c --- 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); } } }