diff options
| author | 2017-03-27 23:53:04 +0200 | |
|---|---|---|
| committer | 2017-03-27 23:53:04 +0200 | |
| commit | 8b71603f2363db42540dd1b8704a8c229d95ed13 (patch) | |
| tree | 78cccf400afbab9711d8fa4d2ae3d64740eff2cd /src/tools | |
| parent | 1685e9e4e569af92b7cb7d33dae481970a5d2fbc (diff) | |
Fix CID 157540: "Missing comma" resulting in unintentional string concatenation
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/imgtool/filtbas.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/imgtool/filtbas.cpp b/src/tools/imgtool/filtbas.cpp index eac4b9d5173..bafd3222dce 100644 --- a/src/tools/imgtool/filtbas.cpp +++ b/src/tools/imgtool/filtbas.cpp @@ -652,7 +652,7 @@ static const char *const dragonbas_functions[] = "TIMER", /* 0xff9e */ "PPOINT", /* 0xff9f */ "STRING$", /* 0xffa0 */ - "USR" /* 0xffa1 */ + "USR", /* 0xffa1 */ "CVN", /* 0xffa2 */ "FREE", /* 0xffa3 */ "LOC", /* 0xffa4 */ |
