瀏覽代碼

Tweak comment

Scott Lahteine 5 年之前
父節點
當前提交
7c5e6900e1
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      Marlin/src/gcode/parser.cpp

+ 1
- 1
Marlin/src/gcode/parser.cpp 查看文件

@@ -245,7 +245,7 @@ void GCodeParser::parse(char *p) {
245 245
    * For 'M118' you must use 'E1' and 'A1' rather than just 'E' or 'A'
246 246
    */
247 247
   string_arg = nullptr;
248
-  while (const char code = *p++) {                    // Get the next parameter. A NUL ends the loop
248
+  while (const char code = *p++) {              // Get the next parameter. A NUL ends the loop
249 249
 
250 250
     // Special handling for M32 [P] !/path/to/file.g#
251 251
     // The path must be the last parameter

Loading…
取消
儲存