mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-04 12:20:42 +09:00
match: Add missing return statement
This makey the compiler happy. Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
@@ -109,6 +109,7 @@ static int match_pattern(const char *s, const char *pattern) {
|
||||
}
|
||||
|
||||
/* NOTREACHED */
|
||||
return 0;
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user