summaryrefslogtreecommitdiff
path: root/types.h
diff options
context:
space:
mode:
authorTest_User <hax@andrewyu.org>2023-05-05 03:37:09 -0400
committerTest_User <hax@andrewyu.org>2023-05-05 03:37:09 -0400
commit9343cffa8c032d5b44fce89af7fc5d8709acd9aa (patch)
tree6498e35723a0bc72da07cebddf41ffca88cc0171 /types.h
parent658cd5f4c8f2d18b263d5bcb992b3aa995470312 (diff)
downloadcoupserv-9343cffa8c032d5b44fce89af7fc5d8709acd9aa.tar.gz
coupserv-9343cffa8c032d5b44fce89af7fc5d8709acd9aa.zip
Add more commands, remove trailing ; from macro
Diffstat (limited to 'types.h')
-rw-r--r--types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/types.h b/types.h
index 83b3530..af89dd2 100644
--- a/types.h
+++ b/types.h
@@ -37,4 +37,4 @@ struct string {
};
#define STRING(x) (struct string){x, sizeof(x)-1}
-#define WRITES(x, y) write(x, y.data, y.len);
+#define WRITES(x, y) write(x, y.data, y.len)