Making code ansi-compatible

git-svn-id: https://svn.kapsi.fi/jpa/nanopb@944 e3a754e5-d11d-0410-8d38-ebb782a927b9
This commit is contained in:
Petteri Aimonen
2011-07-27 19:57:43 +00:00
parent 84304b343a
commit ead3b734d8
5 changed files with 176 additions and 141 deletions

View File

@@ -8,7 +8,7 @@
typedef enum {
Person_PhoneType_MOBILE = 0,
Person_PhoneType_HOME = 1,
Person_PhoneType_WORK = 2,
Person_PhoneType_WORK = 2
} Person_PhoneType;
typedef struct {