From cb6160d289c7123f3bf0f708afed28f64c040daa Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Tue, 12 Aug 2008 13:42:47 +0930 Subject: Remove RCS tags. --- setxkbmap.c | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'setxkbmap.c') diff --git a/setxkbmap.c b/setxkbmap.c index c46369a..d8cafa8 100644 --- a/setxkbmap.c +++ b/setxkbmap.c @@ -1,4 +1,3 @@ -/* $XdotOrg: app/setxkbmap/setxkbmap.c,v 1.2 2004/04/23 19:54:37 eich Exp $ */ /************************************************************ Copyright (c) 1996 by Silicon Graphics Computer Systems, Inc. @@ -24,7 +23,6 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE. ********************************************************/ -/* $XFree86: xc/programs/setxkbmap/setxkbmap.c,v 3.7 2003/01/20 04:15:08 dawes Exp $ */ #include #include @@ -846,11 +844,11 @@ main(int argc,char **argv) if (dpy) getServerValues(); if (svValue[CONFIG_NDX] && (!applyConfig(svValue[CONFIG_NDX]))) - exit(-3); + exit(-3); if (!applyRules()) - exit(-4); + exit(-4); if (!applyComponentNames()) - exit(-5); + exit(-5); if (dpy) XCloseDisplay(dpy); exit(0); -- cgit v1.2.3