diff options
author | John Ankarström <john@ankarstrom.se> | 2021-07-20 11:27:38 +0200 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2021-07-21 11:19:55 +0200 |
commit | 9b7bd9c6447fc443f4e2150d3eefb34201a87004 (patch) | |
tree | 0c5a25259322860539f85bf942ce9cb5502cb920 | |
parent | f2f451f644b811456d59393e53763b4fd6d22359 (diff) | |
download | fref-9b7bd9c6447fc443f4e2150d3eefb34201a87004.tar.gz |
Fix formatting
-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]; |