Fix missing paren
This commit is contained in:
parent
5d85bb0cfe
commit
6b83c2ce92
@ -8,7 +8,7 @@
|
||||
#include <unistd.h>
|
||||
#include "util.h"
|
||||
|
||||
#define FIFREEZE _IOWR('X', 119, int /* Freeze */
|
||||
#define FIFREEZE _IOWR('X', 119, int) /* Freeze */
|
||||
#define FITHAW _IOWR('X', 120, int) /* Thaw */
|
||||
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user