mirror of
https://github.com/javalsai/lidm.git
synced 2025-08-30 18:08:00 +02:00
fix: language & format
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user