Merge pull request #1691 from FelixZhang/devel

genkeymap: Fix an array declaration conflict
This commit is contained in:
matt335672 2020-09-18 10:28:08 +01:00 committed by GitHub
commit 62befaa803
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,7 +44,7 @@
#include <X11/XKBlib.h>
#include <locale.h>
extern int xfree86_to_evdev[137-8];
extern int xfree86_to_evdev[137-8+1];
int main(int argc, char **argv)
{