summaryrefslogtreecommitdiff
path: root/dix/initatoms.c
diff options
context:
space:
mode:
authorStefan Huehner <stefan@huehner.org>2007-04-09 14:33:15 -0700
committerAlan Coopersmith <alan.coopersmith@sun.com>2007-04-09 14:33:15 -0700
commit1f6741db19d4c91b1eacb497dff1814acb1bf0c3 (patch)
treeefb133453339899aaba12d95972d681fa1797312 /dix/initatoms.c
parentf24391dbfd12a84253dfec794ee7884afd52e197 (diff)
Bug #10560: Code-Cleanup: function declarations () -> (void)
X.Org Bugzilla #10560: <https://bugs.freedesktop.org/show_bug.cgi?id=10560> Patch #9511 <https://bugs.freedesktop.org/attachment.cgi?id=9511>
Diffstat (limited to 'dix/initatoms.c')
-rw-r--r--dix/initatoms.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dix/initatoms.c b/dix/initatoms.c
index a5972afd6..de101bd0f 100644
--- a/dix/initatoms.c
+++ b/dix/initatoms.c
@@ -11,7 +11,7 @@
#include <X11/Xatom.h>
#include "misc.h"
#include "dix.h"
-void MakePredeclaredAtoms()
+void MakePredeclaredAtoms(void)
{
if (MakeAtom("PRIMARY", 7, 1) != XA_PRIMARY) AtomError();
if (MakeAtom("SECONDARY", 9, 1) != XA_SECONDARY) AtomError();