diff options
Diffstat (limited to 'xkbcomp/listing.c')
-rw-r--r-- | xkbcomp/listing.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xkbcomp/listing.c b/xkbcomp/listing.c index 86c1dfb8b..2860ec728 100644 --- a/xkbcomp/listing.c +++ b/xkbcomp/listing.c @@ -302,8 +302,8 @@ AddDirectory(char *head, char *ptrn, char *rest, char *map) #else if ((dirp = opendir((head ? head : "."))) == NULL) return 0; - nMatch = 0; #endif + nMatch = 0; #ifdef WIN32 do #else |