Skip to content

Commit 38d8560

Browse files
committed
Warning fix
1 parent 80e0955 commit 38d8560

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/web_server.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ extern const char _CONTENT_TYPE_PNG[];
2626
#define CONTENT_TYPE_PNG FPSTR(_CONTENT_TYPE_PNG)
2727

2828
extern const char _CONTENT_TYPE_SVG[];
29-
#define CONTENT_TYPE_PNG FPSTR(_CONTENT_TYPE_SVG)
29+
#define CONTENT_TYPE_SVG FPSTR(_CONTENT_TYPE_SVG)
3030

3131
extern MongooseHttpServer server;
3232
extern String currentfirmware;

0 commit comments

Comments
 (0)