Skip to content

Commit

Permalink
Fix char to const char
Browse files Browse the repository at this point in the history
Signed-off-by: Joseph Mattiello <[email protected]>
  • Loading branch information
JoeMatt committed Oct 11, 2024
1 parent 921ab35 commit 543bb2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runloop.h
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ bool runloop_environment_cb(unsigned cmd, void *data);
void runloop_msg_queue_push(const char *msg,
unsigned prio, unsigned duration,
bool flush,
char *title,
const char *title,
enum message_queue_icon icon,
enum message_queue_category category);

Expand Down

0 comments on commit 543bb2b

Please sign in to comment.