remove trailing comma to support bad compilers
This commit is contained in:
+1
-1
@@ -129,7 +129,7 @@
|
||||
/** Peer bit enum (used for init) */
|
||||
typedef enum {
|
||||
TF_SLAVE = 0,
|
||||
TF_MASTER = 1,
|
||||
TF_MASTER = 1
|
||||
} TF_PEER;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user