aboutsummaryrefslogtreecommitdiff
path: root/types.h
diff options
context:
space:
mode:
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)