summaryrefslogtreecommitdiff
path: root/src/bar.h
diff options
context:
space:
mode:
authorrcyeske <rcyeske>2001-02-15 08:52:40 +0000
committerrcyeske <rcyeske>2001-02-15 08:52:40 +0000
commit9355d96d571a3fd7f99331f425728b7fab459f5b (patch)
tree91be40d7072c8de182b1ed7595887049023aa9a4 /src/bar.h
parent53945c8a2187e8a47cb813aa0b97c122d89ed7ae (diff)
downloadratpoison-9355d96d571a3fd7f99331f425728b7fab459f5b.zip
fixed ANSI violations
Diffstat (limited to 'src/bar.h')
-rw-r--r--src/bar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bar.h b/src/bar.h
index b687816..1f9765d 100644
--- a/src/bar.h
+++ b/src/bar.h
@@ -26,4 +26,4 @@ int hide_bar (screen_info *s);
int bar_y (screen_info *s);
int bar_x (screen_info *s, int width);
void display_msg_in_bar (screen_info *s, char *msg, int hl_start, int hl_end);
-#endif _BAR_H
+#endif /* _BAR_H */