Skip to content

Commit f1263ea

Browse files
committed
fix broken build
1 parent f7cfba0 commit f1263ea

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/debug.h

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,7 @@
5050
#include <stdio.h>
5151
#include <stdarg.h>
5252

53-
static void dd(const char* fmt, ...) {
54-
}
53+
static inline void dd(const char* fmt, ...) { }
5554

5655
# endif
5756

@@ -63,8 +62,7 @@ static void dd(const char* fmt, ...) {
6362

6463
#include <stdarg.h>
6564

66-
static void dd(const char* fmt, ...) {
67-
}
65+
static inline void dd(const char* fmt, ...) { }
6866

6967
# endif
7068

0 commit comments

Comments
 (0)