]> git.sur5r.net Git - i3/i3status/blobdiff - src/output.c
i3status - Default to acpitz(4) instead of cpu(4) for OpenBSD temperature readings
[i3/i3status] / src / output.c
index c0c1480bcbed785bf6f0ee03ac9327379df7b9a4..c4a2d275cde9864b00561d94e2eaffbb5eab76e6 100644 (file)
@@ -32,13 +32,13 @@ char *color(const char *colorstr) {
  * Some color formats (xmobar) require to terminate colors again
  *
  */
-char *endcolor() {
+char *endcolor(void) {
         if (output_format == O_XMOBAR)
                 return "</fc>";
         else return "";
 }
 
-void print_seperator() {
+void print_seperator(void) {
         if (output_format == O_DZEN2)
                 printf("^fg(%s)^p(5;-2)^ro(2)^p()^fg()^p(5)", cfg_getstr(cfg_general, "color_separator"));
         else if (output_format == O_XMOBAR)