aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2021-07-20 11:27:38 +0200
committerJohn Ankarström <john@ankarstrom.se>2021-07-21 11:19:55 +0200
commit9b7bd9c6447fc443f4e2150d3eefb34201a87004 (patch)
tree0c5a25259322860539f85bf942ce9cb5502cb920
parentf2f451f644b811456d59393e53763b4fd6d22359 (diff)
downloadfref-9b7bd9c6447fc443f4e2150d3eefb34201a87004.tar.gz
Fix formatting
-rw-r--r--fref.lex4
1 files changed, 2 insertions, 2 deletions
diff --git a/fref.lex b/fref.lex
index d9288a7..89f26a6 100644
--- a/fref.lex
+++ b/fref.lex
@@ -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];