diff options
author | Peter Hutterer <peter.hutterer@redhat.com> | 2008-08-12 13:42:47 +0930 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@redhat.com> | 2008-08-12 13:42:47 +0930 |
commit | cb6160d289c7123f3bf0f708afed28f64c040daa (patch) | |
tree | 0cbe818bbb1017c81bc4d109e99cb21b719fa286 /setxkbmap.c | |
parent | 5ced600eb9c1d4014bfc1e761190b869d59a4c4e (diff) |
Remove RCS tags.
Diffstat (limited to 'setxkbmap.c')
-rw-r--r-- | setxkbmap.c | 8 |
1 files changed, 3 insertions, 5 deletions
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 <stdio.h> #include <stdlib.h> @@ -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); |