Skip to content

Commit 2d0dc93

Browse files
committed
Add TODO(#1)
1 parent 5229e51 commit 2d0dc93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jim.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ void jim_element_end(Jim *jim)
148148

149149
const char *jim_error_string(Jim_Error error)
150150
{
151-
// TODO: error strings are not particularly useful
151+
// TODO(#1): error strings are not particularly useful
152152
switch (error) {
153153
case JIM_OK:
154154
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.";

0 commit comments

Comments
 (0)