mirror of
https://github.com/curl/curl.git
synced 2026-08-05 05:46:13 +03:00
tests: constify, make consts static
- lib509: constify an input string. - add `static` to const data, where missing. - tool1394: fix indentation. Closes #17736
This commit is contained in:
parent
db512ee267
commit
1ec0da0149
14 changed files with 33 additions and 32 deletions
|
|
@ -34,7 +34,7 @@ static CURLcode test_unit1398(char *arg)
|
|||
|
||||
int rc;
|
||||
char buf[3] = {'b', 'u', 'g'};
|
||||
const char *str = "bug";
|
||||
static const char *str = "bug";
|
||||
int width = 3;
|
||||
char output[130];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue