Explorar o código

fix a protobuf bug

Sven Czarnian %!s(int64=3) %!d(string=hai) anos
pai
achega
7ccef7818b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Aircraft.proto

+ 1 - 1
Aircraft.proto

@@ -14,6 +14,6 @@ message Aircraft {
     string     type        = 3; // aircraft ICAO type
     string     wtc         = 4; // WTC
     string     wakeRecat   = 5; // wake recatogization category
-    Int32      engineCount = 6; // number of engines
+    int32      engineCount = 6; // number of engines
     EngineType engineType  = 7; // engine type
 }