diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/s_serv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/s_serv.c b/src/s_serv.c index a0a47e7..7ff94d6 100644 --- a/src/s_serv.c +++ b/src/s_serv.c @@ -506,7 +506,7 @@ delete_capability(const char *capab_name) * output - 0 if not found CAPAB otherwise * side effects - none */ -int +unsigned int find_capability(const char *capab) { const dlink_node *ptr = NULL; |