summaryrefslogtreecommitdiff
path: root/src/mevent_client.c
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@users.noreply.github.com>2019-11-11 14:29:06 -0500
committerGitHub <noreply@github.com>2019-11-11 14:29:06 -0500
commita0b2fa5d33c43bc4f42fc4f132f73e960d771d5b (patch)
tree68ae440a8439ea9926f0d5639b21a2e65869fb66 /src/mevent_client.c
parentab27f90e9f45018e60356ab8b9e135c06709591f (diff)
parent36c159f7fa166615c445e33cde8e4f756f116179 (diff)
Merge pull request #151 from PikalaxALT/dism_more_data
Misc decomp/dism/splitting
Diffstat (limited to 'src/mevent_client.c')
-rw-r--r--src/mevent_client.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mevent_client.c b/src/mevent_client.c
index c2a86afdd..4da0b4bc1 100644
--- a/src/mevent_client.c
+++ b/src/mevent_client.c
@@ -14,7 +14,7 @@ static void mevent_client_init(struct mevent_client *, u32, u32);
static u32 mevent_client_exec(struct mevent_client *);
static void mevent_client_free_resources(struct mevent_client *);
-extern const struct mevent_client_cmd gMEventClientScript_InotialListen[];
+extern const struct mevent_client_cmd gMEventClientScript_InitialListen[];
void mevent_client_do_init(void)
{
@@ -89,7 +89,7 @@ static void mevent_client_send_word(struct mevent_client * svr, u32 ident, u32 w
static u32 client_mainseq_0(struct mevent_client * svr)
{
// init
- memcpy(svr->cmdBuffer, gMEventClientScript_InotialListen, ME_SEND_BUF_SIZE);
+ memcpy(svr->cmdBuffer, gMEventClientScript_InitialListen, ME_SEND_BUF_SIZE);
svr->cmdidx = 0;
svr->mainseqno = 4;
svr->flag = 0;