summaryrefslogtreecommitdiffstats
path: root/kdm/kfrontend/kdmctl.c
diff options
context:
space:
mode:
Diffstat (limited to 'kdm/kfrontend/kdmctl.c')
-rw-r--r--kdm/kfrontend/kdmctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdm/kfrontend/kdmctl.c b/kdm/kfrontend/kdmctl.c
index 82a12e653..72e133162 100644
--- a/kdm/kfrontend/kdmctl.c
+++ b/kdm/kfrontend/kdmctl.c
@@ -219,7 +219,7 @@ main( int argc, char **argv )
fprintf( stderr, "Cannot create UNIX socket\n" );
return 1;
}
- if (dpy && (ptr = (char*)strchr( dpy, ':' )) && (ptr = (char*)strchr( ptr, '.' )))
+ if (dpy && (ptr = strchr( dpy, ':' )) && (ptr = strchr( ptr, '.' )))
*ptr = 0;
if (ctl && *ctl) {
if (!openctl( fd, 1, ctl, dpy ))