1
1

match: Add missing return statement

This makey the compiler happy.

Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
Этот коммит содержится в:
Andreas Schneider 2017-08-25 09:55:20 +02:00
родитель 2e70077bbc
Коммит 94fa1e382f

Просмотреть файл

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