Add some consts as recommended by make cppcheck.

This commit is contained in:
Dianne Skoll
2025-07-21 17:44:13 -04:00
parent 418b050b1c
commit c3ab2a15cf
11 changed files with 27 additions and 27 deletions
+1 -1
View File
@@ -247,7 +247,7 @@ print_callstack_aux(FILE *fp, cs *entry)
{
int i = 0;
char const *in = tr("In");
cs *prev = NULL;
cs const *prev = NULL;
while(entry) {
if (prev) {
in = tr("Called from");