1
0
Fork 0

Fix typos from 14248 (#14261)

This commit is contained in:
Ryan 2021-09-01 22:19:17 +10:00 committed by GitHub
parent 4df91985f7
commit 1b357ea432
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 8 additions and 6 deletions

View file

@ -23,7 +23,7 @@
// The first section contains all of the arguments
// The second converts the arguments into a two-dimensional array
#define LAYOUT( \
k00, k01, k02, K03, k04, k05 \
k00, k01, k02, k03, k04, k05 \
) { \
{ k00, k01, k02, k03, k04, k05 } \
}