aboutsummaryrefslogtreecommitdiffstats
path: root/libterminput_unmarshal_state.c
diff options
context:
space:
mode:
Diffstat (limited to 'libterminput_unmarshal_state.c')
-rw-r--r--libterminput_unmarshal_state.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libterminput_unmarshal_state.c b/libterminput_unmarshal_state.c
index a41c4fe..07dc625 100644
--- a/libterminput_unmarshal_state.c
+++ b/libterminput_unmarshal_state.c
@@ -3,7 +3,7 @@
int
-libterminput_unmarshal_state(struct libterminput_unmarshaller *how, struct libterminput_state *what) /* TODO test */
+libterminput_unmarshal_state(struct libterminput_unmarshaller *how, struct libterminput_state *what)
{
if (how->load(how, what, sizeof(*what)))
return -1;