diff --git a/Firmware/util.h b/Firmware/util.h index 02c7208b7..f7c2596ed 100644 --- a/Firmware/util.h +++ b/Firmware/util.h @@ -104,7 +104,7 @@ public: } // Skip the leading quote - this->ptr++; + this->ptr++; // End of the string pStrEnd = strchr(this->ptr, '"');