(svn r14118) -Fix(r14104): typos creeping like bugs

This commit is contained in:
belugas
2008-08-21 01:42:21 +00:00
parent 3efed2ae6e
commit a91c078526
3 changed files with 6 additions and 6 deletions

View File

@@ -52,7 +52,7 @@ enum {
VLW_STATION_LIST = 2 << 8,
VLW_DEPOT_LIST = 3 << 8,
VLW_GROUP_LIST = 4 << 8,
VLM_WAYPOINT_LIST = 5 << 8,
VLW_WAYPOINT_LIST = 5 << 8,
VLW_MASK = 0x700,
};