aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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];