summaryrefslogtreecommitdiff
path: root/x11/libinput/files/patch-tools_libinput-record.c
blob: 0b67efceed08f1dda703113ccfe2dbe9b15bd37a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- tools/libinput-record.c.orig	2023-03-25 17:59:47 UTC
+++ tools/libinput-record.c
@@ -2577,7 +2577,7 @@ enum fposition {
 
 enum fposition {
 	ERROR,
-	NOFILE,
+	NO_FILE,
 	FIRST,
 	LAST,
 };
@@ -2633,7 +2633,7 @@ find_output_file(int argc, char *argv[], const char **
 		return ERROR;
 	}
 #undef _m
-	return NOFILE;
+	return NO_FILE;
 }
 
 enum options {