]> git.sur5r.net Git - i3/i3/blobdiff - src/x.c
Enforce strict prototypes
[i3/i3] / src / x.c
diff --git a/src/x.c b/src/x.c
index 1f54db83afb923b024d426431be784b74a8eb6ab..581ec5129d17bd8c9e0656e46c315c31b9e5ecb2 100644 (file)
--- a/src/x.c
+++ b/src/x.c
@@ -1254,7 +1254,7 @@ void x_set_name(Con *con, const char *name) {
  * Set up the I3_SHMLOG_PATH atom.
  *
  */
-void update_shmlog_atom() {
+void update_shmlog_atom(void) {
     if (*shmlogname == '\0') {
         xcb_delete_property(conn, root, A_I3_SHMLOG_PATH);
     } else {