mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-09 09:54:25 +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 */
|
/* NOTREACHED */
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user