Commit Diff
Commit:
b539aacd818c31e7affe75ac8980c0e890099aa9
From:
Omar Polo <op@omarpolo.com>
Date:
Sat Aug 27 07:04:33 2022 UTC
Message:
style
commit - c13d576c4e342bfb2dd42f5b992cb679d2b8785e
commit + b539aacd818c31e7affe75ac8980c0e890099aa9
blob - 7f0a7d6c0c7544eeb9bf71e4f4adec1ba26b5577
blob + 139cfc0120331e554f599c1435ce267966b4f291
--- mkindex
+++ mkindex
@@ -200,7 +200,7 @@ while (<>) {
entry $pfh, "thread", $mid, $date, $from, $subj;
}
- thread_entry($tfh, $mid, $level, $date, $from, $subj);
+ thread_entry $tfh, $mid, $level, $date, $from, $subj;
$last_level = $level;
$threads_seen = 1;
}
Omar Polo