Skip to content

Commit 952490b

Browse files
committed
Fix code style
1 parent 9db6eb9 commit 952490b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/mpq_stream.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
#include "mpq_crypto.h"
2828
#include "mpq_explode.h"
2929
#include "mpq_platform.h"
30-
#include <stdint.h>
3130
#include <inttypes.h>
31+
#include <stdint.h>
3232

3333
#if defined(MPQFS_HAS_ZLIB) && MPQFS_HAS_ZLIB
3434
#include <zlib.h>

0 commit comments

Comments
 (0)