Skip to content

Commit 08dd8c9

Browse files
committed
nad: remove semicolon after macro which resolves to empty statement
1 parent 205e53d commit 08dd8c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/nad/nad_find.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ int ad_find(int argc, char **argv, AFPObj *obj)
260260
bufp += sizeof(cnid_t);
261261
bstring path = NULL;
262262
bstring volpath = bfromcstr(vol.vol->v_path);
263-
BSTRING_STRIP_SLASH(volpath);
263+
BSTRING_STRIP_SLASH(volpath)
264264
char buffer[12 + MAXPATHLEN + 1];
265265
int buflen = 12 + MAXPATHLEN + 1;
266266
char *name;

0 commit comments

Comments
 (0)