diff options
Diffstat (limited to 'libterminput_marshal_keypress__.c')
-rw-r--r-- | libterminput_marshal_keypress__.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libterminput_marshal_keypress__.c b/libterminput_marshal_keypress__.c index 8924b4f..1ffba01 100644 --- a/libterminput_marshal_keypress__.c +++ b/libterminput_marshal_keypress__.c @@ -3,7 +3,7 @@ int -libterminput_marshal_keypress__(struct libterminput_marshaller *how, const struct libterminput_keypress *what) /* TODO test */ +libterminput_marshal_keypress__(struct libterminput_marshaller *how, const struct libterminput_keypress *what) { if (how->store(how, &what->key, sizeof(what->key)) || how->store(how, &what->times, sizeof(what->times)) || |