浏览代码

Add TODO(#1)

rexim 4 年之前
父节点
当前提交
2d0dc93266
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      jim.h

+ 1 - 1
jim.h

@@ -148,7 +148,7 @@ void jim_element_end(Jim *jim)
 
 const char *jim_error_string(Jim_Error error)
 {
-    // TODO: error strings are not particularly useful
+    // TODO(#1): error strings are not particularly useful
     switch (error) {
     case JIM_OK:
         return "There is no error. The developer of this software just had a case of \"Task failed successfully\" https://i.imgur.com/Bdb3rkq.jpg - Please contact the developer and tell them that they are very lazy for not checking errors properly.";