Put a comma after "kTarget_Version_Bugfix = 0" to make it easier to parse by external scripts.

This commit is contained in:
László Monda
2017-11-18 17:47:40 +01:00
parent 467acc54d1
commit 82675c6f59

View File

@@ -62,7 +62,7 @@ enum _target_version_constants
kTarget_Version_Name = 'T',
kTarget_Version_Major = 1,
kTarget_Version_Minor = 0,
kTarget_Version_Bugfix = 0
kTarget_Version_Bugfix = 0,
};
#endif // __TARGET_CONFIG_H__