More linting in src

This commit is contained in:
Jasmine Iwanek
2023-08-21 20:25:33 -04:00
parent bacf8deae3
commit b8c4dee3bf
17 changed files with 193 additions and 161 deletions

View File

@@ -274,8 +274,8 @@ nvr_set_ven_save(void (*ven_save)(void))
int
nvr_save(void)
{
char *path;
FILE *fp;
const char *path;
FILE *fp;
/* Make sure we have been initialized. */
if (saved_nvr == NULL)