match: Add missing return statement

This makey the compiler happy.

Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
Andreas Schneider
2017-08-25 09:55:20 +02:00
parent 2e70077bbc
commit 94fa1e382f

View File

@@ -109,6 +109,7 @@ static int match_pattern(const char *s, const char *pattern) {
}
/* NOTREACHED */
return 0;
}
/*