diff options
-rw-r--r-- | fref.lex | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -57,8 +57,8 @@ int lines = 0; /* Total number of lines. */ /* - e is a struct holding all fields of the current entry. - It is zeroed before each call to entry(). + * e is a struct holding all fields of the current entry. + * It is zeroed before each call to entry(). */ struct entry { #define DO(s,n,m) char n[MAX]; |