diff options
author | Michael Forney <mforney@mforney.org> | 2017-06-24 01:11:30 -0700 |
---|---|---|
committer | Ori Bernstein <ori@eigenstate.org> | 2017-06-24 09:12:52 -0700 |
commit | 969945de572d39acd871f2d9371ea81b841c538a (patch) | |
tree | b5f6cbfe93b8fba335354e909be82bd7c8f4d21a /mi/mi.h | |
parent | 78feb233b1899dd458a1f43965e842cdd6822346 (diff) | |
download | mc-969945de572d39acd871f2d9371ea81b841c538a.tar.gz |
Miscellaneous typo/formatting fixes
Diffstat (limited to 'mi/mi.h')
-rw-r--r-- | mi/mi.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ typedef struct Cfg Cfg; typedef struct Bb Bb; typedef struct Reaching Reaching; -struct Cfg { +struct Cfg { Node *fn; Bb **bb; Bb *start; |