aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2025-02-20 21:32:56 +0100
committerMattias Andrée <m@maandree.se>2025-02-20 21:32:56 +0100
commit0a6859572162bd0691bf3878aa2b95b122f28a15 (patch)
tree7b2f7782f5d09ebdc209023a6d847549f398e920
parentm + add libterminput_init and libterminput_destroy (diff)
downloadlibterminput-0a6859572162bd0691bf3878aa2b95b122f28a15.tar.gz
libterminput-0a6859572162bd0691bf3878aa2b95b122f28a15.tar.bz2
libterminput-0a6859572162bd0691bf3878aa2b95b122f28a15.tar.xz
m
Signed-off-by: Mattias Andrée <m@maandree.se>
-rw-r--r--libterminput_marshal_position__.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libterminput_marshal_position__.c b/libterminput_marshal_position__.c
index 59fc20e..80e4bae 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)
+libterminput_marshal_position__(struct libterminput_marshaller *how, const struct libterminput_position *what) /* TODO test */
{
return how->store(how, &what->x, sizeof(size_t) * 2U);
}