Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
umlaeute committed Nov 16, 2023
1 parent 2b29020 commit 719af83
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions utils/v4l2loopback-ctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@
#include "v4l2loopback.h"

#ifndef GLOB_ONLYDIR
/* not required by POSIX */
#define GLOB_ONLYDIR 0 /* Fix for musl libc and other libcs missing GLOB_ONLYDIR at glob.h */
/* Fix for musl libc and other libcs missing GLOB_ONLYDIR at glob.h */
/* (GLOB_ONLYDIR is not required by POSIX) */
#define GLOB_ONLYDIR 0
#endif

#define CONTROLDEVICE "/dev/v4l2loopback"
Expand Down

0 comments on commit 719af83

Please sign in to comment.