diff options
author | Stefan Huehner <stefan@huehner.org> | 2007-04-09 14:33:15 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2007-04-09 14:33:15 -0700 |
commit | 1f6741db19d4c91b1eacb497dff1814acb1bf0c3 (patch) | |
tree | efb133453339899aaba12d95972d681fa1797312 /Xext/sync.c | |
parent | f24391dbfd12a84253dfec794ee7884afd52e197 (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 'Xext/sync.c')
-rw-r--r-- | Xext/sync.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Xext/sync.c b/Xext/sync.c index 531b48cc1..c5441a115 100644 --- a/Xext/sync.c +++ b/Xext/sync.c @@ -2509,7 +2509,7 @@ ServertimeBracketValues(pCounter, pbracket_less, pbracket_greater) } static void -SyncInitServerTime() +SyncInitServerTime(void) { CARD64 resolution; |