Fix typo.

Fixes https://gitlab.com/kicad/code/kicad/issues/12140
This commit is contained in:
Jeff Young 2022-08-03 19:00:35 +01:00
parent d667d9b464
commit e3e24322bb
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@
#define TR_OP_DIV 0x202
#define TR_OP_ADD 0x203
#define TR_OP_SUB 0x204
#define TR_OP_LESS 0x25
#define TR_OP_LESS 0x205
#define TR_OP_GREATER 0x206
#define TR_OP_LESS_EQUAL 0x207
#define TR_OP_GREATER_EQUAL 0x208