]> git.sur5r.net Git - i3/i3/blobdiff - libi3/is_debug_build.c
Merge branch 'next' into master
[i3/i3] / libi3 / is_debug_build.c
index 4e583622b3f78ec1050b1755cf40d2c908dc5faa..52187bdaecae374fac59618d188b61c7f2b26301 100644 (file)
@@ -15,7 +15,7 @@
  * release version), based on the git version number.
  *
  */
-bool is_debug_build() {
+bool is_debug_build(void) {
     /* i3_version contains either something like this:
      *     "4.0.2 (2011-11-11, branch "release")".
      * or: "4.0.2-123-gCOFFEEBABE (2011-11-11, branch "next")".