Skip to content

Commit

Permalink
list one more edit
Browse files Browse the repository at this point in the history
  • Loading branch information
graebm committed Dec 29, 2023
1 parent dfb33a5 commit e9edc29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/external/cJSON.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
* This file has been modified from its original version by Amazon:
* (1) Remove cJSON_GetErrorPtr and global_error as they are not thread-safe.
* (2) Add NOLINTBEGIN/NOLINTEND so clang-tidy ignores file.
* (3) Replace sprintf() with snprintf() to make compilers happier.
*/
/* NOLINTBEGIN */

Expand Down

0 comments on commit e9edc29

Please sign in to comment.