diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2023-12-28 00:34:45 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2023-12-28 00:34:45 +0100 |
commit | b738dc9a6af4e19f51b10db63aff83fb40540ae9 (patch) | |
tree | ee51e8edc13735d46fb231dd40fb6feb19413139 /FICS | |
parent | 5caac1d55300e1d40231fa9972ba23e97d53b31e (diff) |
Added space after comma
Diffstat (limited to 'FICS')
-rw-r--r-- | FICS/utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FICS/utils.h b/FICS/utils.h index 32ab772..f0eb5bc 100644 --- a/FICS/utils.h +++ b/FICS/utils.h @@ -97,6 +97,6 @@ extern int truncate_file(); extern int untenths(); extern unsigned int tenth_secs(void); extern void pprintf_dohightlight(int); -extern void sprintf_dohightlight(int,char *); +extern void sprintf_dohightlight(int, char *); #endif /* _UTILS_H */ |