diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2023-05-10 10:49:31 +0200 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2023-05-10 10:49:31 +0200 |
| commit | a9b9ed95f39cff40710e74ed81fdedee1cfad9e2 (patch) | |
| tree | acd01294ad1ae6f88b7515d6a6d8ac790f444f1d /src/binres/swap_png.hpp | |
| parent | ff671f2171396088210600bab39ad9631e0d1daf (diff) | |
Remove all warnings from source code
Diffstat (limited to 'src/binres/swap_png.hpp')
| -rw-r--r-- | src/binres/swap_png.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/binres/swap_png.hpp b/src/binres/swap_png.hpp index 514027e..2417208 100644 --- a/src/binres/swap_png.hpp +++ b/src/binres/swap_png.hpp @@ -1,4 +1,4 @@ -static unsigned char swap_png[] = { +unsigned char swap_png[] = { 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0x32, 0x00, 0x00, 0x00, 0x32, 0x08, 0x06, 0x00, 0x00, 0x00, 0x1e, 0x3f, 0x88, 0xb1, 0x00, 0x00, 0x10, |
