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:
spanne 2005-07-13 11:38:27 +00:00
parent 7007bb0eb8
commit 4901f840a9

View File

@ -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