mirror of
https://github.com/openbsd/xenocara.git
synced 2025-12-08 10:19:00 +00:00
Fix pre C89 dummy() prototype.
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
#define XK_MISCELLANY
|
||||
#include <X11/keysymdef.h>
|
||||
|
||||
void dummy () {
|
||||
void dummy (FILE *f, const char *fmt, ...) {
|
||||
}
|
||||
|
||||
#ifdef DEBUG
|
||||
|
||||
Reference in New Issue
Block a user