remove comma at end of enum
This commit is contained in:
parent
62c2c750ea
commit
e9f6531db7
@ -217,7 +217,7 @@ enum SharedDataType {
|
|||||||
LAYOUT_2,
|
LAYOUT_2,
|
||||||
DATA_2,
|
DATA_2,
|
||||||
LAYOUT_NONE,
|
LAYOUT_NONE,
|
||||||
DATA_NONE,
|
DATA_NONE
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif /* SHARED_DATA_TYPE_H_ */
|
#endif /* SHARED_DATA_TYPE_H_ */
|
||||||
|
Loading…
Reference in New Issue
Block a user