diff options
Diffstat (limited to 'src/capabilities.c')
-rw-r--r-- | src/capabilities.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/capabilities.c b/src/capabilities.c index 0fa81bc..f09419d 100644 --- a/src/capabilities.c +++ b/src/capabilities.c @@ -188,9 +188,9 @@ static int caps_find_name(const char *name) void caps_check_list(const char *clist, void (*callback)(int)) { - char *str = NULL; - char *ptr = NULL; - char *start = NULL; + char *str; + char *ptr; + char *start; int nr; assert(clist && *clist != '\0'); |