(libretro-db) Cleanups

This commit is contained in:
twinaphex 2015-09-17 07:01:34 +02:00
parent 139be32aaa
commit 9d34e032b9
4 changed files with 39 additions and 218 deletions

View file

@ -196,7 +196,7 @@ int main(void)
state.stack[0] = 0;
fd = open("test.msgpack", O_RDONLY);
rmsgpack_read(fd, &stub_callbacks, &state);
printf("\n");
printf("Test succeeded.\n");
close(fd);
return 0;