Skip to content

Commit 719af83

Browse files
committed
Fix formatting
1 parent 2b29020 commit 719af83

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

utils/v4l2loopback-ctl.c

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,9 @@
3030
#include "v4l2loopback.h"
3131

3232
#ifndef GLOB_ONLYDIR
33-
/* not required by POSIX */
34-
#define GLOB_ONLYDIR 0 /* Fix for musl libc and other libcs missing GLOB_ONLYDIR at glob.h */
33+
/* Fix for musl libc and other libcs missing GLOB_ONLYDIR at glob.h */
34+
/* (GLOB_ONLYDIR is not required by POSIX) */
35+
#define GLOB_ONLYDIR 0
3536
#endif
3637

3738
#define CONTROLDEVICE "/dev/v4l2loopback"

0 commit comments

Comments
 (0)