diff options
author | Mattias Andrée <m@maandree.se> | 2025-02-21 16:33:10 +0100 |
---|---|---|
committer | Mattias Andrée <m@maandree.se> | 2025-02-21 16:33:10 +0100 |
commit | 2bcfca7a468c3350ce9a28a9a18dce623a7645ee (patch) | |
tree | 5d7b8a1c0508fe49661be405416c3b421cad2925 /libterminput_marshal_position__.c | |
parent | Update readme (diff) | |
download | libterminput-2bcfca7a468c3350ce9a28a9a18dce623a7645ee.tar.gz libterminput-2bcfca7a468c3350ce9a28a9a18dce623a7645ee.tar.bz2 libterminput-2bcfca7a468c3350ce9a28a9a18dce623a7645ee.tar.xz |
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
-rw-r--r-- | libterminput_marshal_position__.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libterminput_marshal_position__.c b/libterminput_marshal_position__.c index 80e4bae..59fc20e 100644 --- a/libterminput_marshal_position__.c +++ b/libterminput_marshal_position__.c @@ -3,7 +3,7 @@ int -libterminput_marshal_position__(struct libterminput_marshaller *how, const struct libterminput_position *what) /* TODO test */ +libterminput_marshal_position__(struct libterminput_marshaller *how, const struct libterminput_position *what) { return how->store(how, &what->x, sizeof(size_t) * 2U); } |