Skip to content

Commit 6a6fd2a

Browse files
committed
Fixed build without ddc.
1 parent d9ad45b commit 6a6fd2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/modules/backlight.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ end: \
108108

109109
#else
110110

111-
#define DDCUTIL_LOOP(keep_ref, func) do {} while(0)
112-
#define DDCUTIL_FUNC(keep_ref, sn, func) do {} while(0)
111+
#define DDCUTIL_LOOP(func) do {} while(0)
112+
#define DDCUTIL_FUNC(sn, func) do {} while(0)
113113

114114
#endif
115115

0 commit comments

Comments
 (0)