Skip to content

Commit

Permalink
Fixed build without ddc.
Browse files Browse the repository at this point in the history
  • Loading branch information
FedeDP committed Feb 24, 2021
1 parent d9ad45b commit 6a6fd2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/backlight.c
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ end: \

#else

#define DDCUTIL_LOOP(keep_ref, func) do {} while(0)
#define DDCUTIL_FUNC(keep_ref, sn, func) do {} while(0)
#define DDCUTIL_LOOP(func) do {} while(0)
#define DDCUTIL_FUNC(sn, func) do {} while(0)

#endif

Expand Down

0 comments on commit 6a6fd2a

Please sign in to comment.