fix: language & format

This commit is contained in:
2025-06-21 00:54:36 +02:00
parent e7ef64cd16
commit 6d30e889d5
4 changed files with 16 additions and 12 deletions

View File

@@ -12,8 +12,9 @@ struct status {
};
int read_desktop(FILE* NNULLABLE fd, void* UNULLABLE ctx,
struct status (*NNULLABLE cb)(void* UNULLABLE ctx, char* NULLABLE table,
char* NNULLABLE key,
char* NNULLABLE value));
struct status (*NNULLABLE cb)(void* UNULLABLE ctx,
char* NULLABLE table,
char* NNULLABLE key,
char* NNULLABLE value));
#endif