Tiny cleanup only...
git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@674 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
parent
7007bb0eb8
commit
4901f840a9
@ -69,7 +69,7 @@ typedef struct {
|
||||
#define DIAL_NUM_VALUATORS 8
|
||||
|
||||
/* dial parser state machine states */
|
||||
#define DIAL_NEW -1
|
||||
#define DIAL_NEW (-1)
|
||||
#define DIAL_WHICH_DEVICE 0
|
||||
#define DIAL_VALUE_HIGH 1
|
||||
#define DIAL_VALUE_LOW 2
|
||||
|
Reference in New Issue
Block a user