Update ns.c

This commit is contained in:
Random 2018-09-08 16:51:06 +02:00 committed by GitHub
parent 1cbe62b44c
commit 1e6c8e6325
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -102,7 +102,7 @@ Result nsListApplicationRecord(NsApplicationRecord* buffer, size_t size, size_t*
{
u64 magic;
u64 cmd_id;
u32 entry_offset;
size_t entry_offset;
} *raw;
raw = ipcPrepareHeader(&c, sizeof(*raw));