未验证 提交 d228da4a 编写于 作者: C Clemens Kirchgatterer 提交者: GitHub

Remove (useless) trailing semicolon from Print.cpp (#7622)

上级 c6a63241
......@@ -57,7 +57,7 @@ size_t Print::printf(const char *format, ...)
if(len < 0) {
va_end(arg);
return 0;
};
}
if(len >= (int)sizeof(loc_buf)){ // comparation of same sign type for the compiler
temp = (char*) malloc(len+1);
if(temp == NULL) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册