diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2010-01-15 10:07:38 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2010-02-02 10:03:30 +1000 |
commit | db687f718f760ba254ab51994769db101dc9ca3a (patch) | |
tree | 485e4327b1d0759389d9de8d7cdb8f931073cc19 /xkb/ddxList.c | |
parent | 0ea2b0bd02f8683998e8b9ebc2b96d606ce45f45 (diff) |
xkb: sed True -> TRUE and False -> FALSE
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Dan Nicholson <dbn.lists@gmail.com>
Reviewed-by: Daniel Stone <daniel@fooishbar.org>
Diffstat (limited to 'xkb/ddxList.c')
-rw-r--r-- | xkb/ddxList.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xkb/ddxList.c b/xkb/ddxList.c index bf4931127..e212ea3b5 100644 --- a/xkb/ddxList.c +++ b/xkb/ddxList.c @@ -148,7 +148,7 @@ char tmpname[PATH_MAX]; } in= NULL; - haveDir= True; + haveDir= TRUE; #ifdef WIN32 strcpy(tmpname, Win32TempDir()); strcat(tmpname, "\\xkb_XXXXXX"); @@ -160,7 +160,7 @@ char tmpname[PATH_MAX]; in= fopen(buf,"r"); } if (!in) { - haveDir= False; + haveDir= FALSE; buf = Xprintf( "'%s/xkbcomp' '-R%s/%s' -w %ld -l -vlfhpR '%s'" W32_tmparg, XkbBinDirectory,XkbBaseDirectory,componentDirs[what],(long) @@ -175,7 +175,7 @@ char tmpname[PATH_MAX]; in= fopen(buf,"r"); } if (!in) { - haveDir= False; + haveDir= FALSE; buf = Xprintf( "xkbcomp -R%s -w %ld -l -vlfhpR '%s'" W32_tmparg, componentDirs[what],(long) |