Even more sonarlint work

This commit is contained in:
Jasmine Iwanek
2023-06-01 18:32:25 -04:00
parent ef2b84ed63
commit d1127e68fa
89 changed files with 2509 additions and 1542 deletions

View File

@@ -204,5 +204,5 @@ ui_window_title(wchar_t *s)
s = wTitle;
}
return (s);
return s;
}