aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/rio/showevent/ShowEvent.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/rio/showevent/ShowEvent.c')
-rw-r--r--src/cmd/rio/showevent/ShowEvent.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/cmd/rio/showevent/ShowEvent.c b/src/cmd/rio/showevent/ShowEvent.c
index e73e8ccc..f29968fe 100644
--- a/src/cmd/rio/showevent/ShowEvent.c
+++ b/src/cmd/rio/showevent/ShowEvent.c
@@ -389,9 +389,7 @@ XKeyEvent *ev;
}
/* Returns the string equivalent of an atom or "None"*/
-static char *AtomName(dpy, atom)
-Display *dpy;
-Atom atom;
+static char *AtomName(Display *dpy, Atom atom)
{
static char buffer[256];
char *atom_name;