Skip to content

Commit 6610ba0

Browse files
phoddiemkellner
authored andcommitted
typo
1 parent a3a2041 commit 6610ba0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xs/platforms/esp/xsHost.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1291,7 +1291,7 @@ int modMessagePostToMachine(xsMachine *the, uint8_t *message, uint16_t messageLe
12911291
msg->refcon = refcon;
12921292
msg->marked = 0;
12931293

1294-
if (message && messageLength()
1294+
if (message && messageLength)
12951295
c_memmove(msg->message, message, messageLength);
12961296
msg->length = messageLength;
12971297

0 commit comments

Comments
 (0)