projects
/
gbajam21
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7cc6746
)
pngdump fix: previous commit inadvertently made PNG output the default
author
John Tsiombikas
<nuclear@member.fsf.org>
Wed, 12 May 2021 06:40:31 +0000
(09:40 +0300)
committer
John Tsiombikas
<nuclear@member.fsf.org>
Wed, 12 May 2021 06:40:31 +0000
(09:40 +0300)
mode. Restore raw dump as the default.
tools/pngdump/main.c
patch
|
blob
|
history
diff --git
a/tools/pngdump/main.c
b/tools/pngdump/main.c
index
2d1922e
..
edbbba5
100644
(file)
--- a/
tools/pngdump/main.c
+++ b/
tools/pngdump/main.c
@@
-6,9
+6,9
@@
#include "image.h"
enum {
- MODE_PNG,
MODE_PIXELS,
MODE_CMAP,
+ MODE_PNG,
MODE_INFO
};