Skip to content

Commit 9e68cc1

Browse files
JosePineiroCopilot
andauthored
Update src/WebResponses.cpp
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 009ddbe commit 9e68cc1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/WebResponses.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -767,7 +767,7 @@ AsyncFileResponse::AsyncFileResponse(File content, const String &path, const cha
767767
: AsyncAbstractResponse(callback) {
768768
_code = 200;
769769

770-
const char* contentName = content.name();
770+
const char *contentName = content.name();
771771
const size_t lenFilename = strlen(contentName);
772772
if (lenFilename > sizeof(T__gz) &&
773773
memcmp(contentName + lenFilename - (sizeof(T__gz) - 1), T__gz, sizeof(T__gz) - 1) == 0) {

0 commit comments

Comments
 (0)