aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2023-12-28 00:34:45 +0100
committerMarkus Uhlin <markus@nifty-networks.net>2023-12-28 00:34:45 +0100
commitb738dc9a6af4e19f51b10db63aff83fb40540ae9 (patch)
treeee51e8edc13735d46fb231dd40fb6feb19413139
parent5caac1d55300e1d40231fa9972ba23e97d53b31e (diff)
Added space after comma
-rw-r--r--FICS/utils.h2
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 */