ref: 3c7cf598f83d27ac3b98e0061075052f9f9baaf1
parent: 1f645d217c2faf9cd08b5f4910ca10479821b434
author: Ori Bernstein <ori@eigenstate.org>
date: Tue Oct 22 03:00:50 EDT 2019
Make the 9front C compiler happy: return at end of function.
--- a/mi/match.c
+++ b/mi/match.c
@@ -275,6 +275,7 @@
default:
die("unreachable");
}
+ return 0;
}
char *