mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-23 19:56:21 +00:00
Usage of const
This commit is contained in:
@@ -58,7 +58,7 @@ void profanity_run(void)
|
||||
|
||||
}
|
||||
|
||||
void profanity_init(int disable_tls)
|
||||
void profanity_init(const int disable_tls)
|
||||
{
|
||||
log_init();
|
||||
gui_init();
|
||||
|
||||
Reference in New Issue
Block a user