summaryrefslogtreecommitdiff
path: root/xkbcomp.c
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-12-10 11:03:40 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-12-10 11:03:40 -0800
commit9737af15196380a1687d18a17d297ee17b45a83f (patch)
tree555445d8fbb5e814a8e9afb4b9bba78886455aed /xkbcomp.c
parentb67c058e2ccc27472b238a6b5dc5e4cd20f6d2bd (diff)
downloadxorg-app-xkbcomp-9737af15196380a1687d18a17d297ee17b45a83f.tar.gz
Remove register keyword from variable declarations
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'xkbcomp.c')
-rw-r--r--xkbcomp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xkbcomp.c b/xkbcomp.c
index 796fa22..6d43533 100644
--- a/xkbcomp.c
+++ b/xkbcomp.c
@@ -214,7 +214,7 @@ setVerboseFlags(char *str)
static Bool
parseArgs(int argc, char *argv[])
{
- register int i, tmp;
+ int i, tmp;
i = strlen(argv[0]);
tmp = strlen("xkblist");