Fix missing paren

This commit is contained in:
sin 2014-06-14 20:39:47 +01:00
parent 5d85bb0cfe
commit 6b83c2ce92
1 changed files with 1 additions and 1 deletions

View File

@ -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