Skip to content

Commit 426cebb

Browse files
committed
Moved from C to CPP
1 parent cd466a3 commit 426cebb

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ void emit (int fd, int type, int code, int val) {
1616
write(fd, & ie, sizeof(ie));
1717
}
1818

19-
int linux_main (void) {
19+
int main (void) {
2020
struct uinput_setup usetup;
2121

2222
int fd = open("/dev/uinput", O_WRONLY | O_NONBLOCK);

src/linux/linux_test_2.cpp

Whitespace-only changes.

0 commit comments

Comments
 (0)