rexim 4 tahun lalu
induk
melakukan
2d0dc93266
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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.";