mirror of
https://github.com/markdavidlong/AppleSAWS.git
synced 2024-11-22 00:31:04 +00:00
Fixed typo in type name in var viewer
This commit is contained in:
parent
8f8fbba6fd
commit
dede70bfb9
@ -62,7 +62,7 @@ void ApplesoftFileDetailViewer::process()
|
||||
case ApplesoftToken::StringVarTokenVal: vtname = "String"; break;
|
||||
case ApplesoftToken::IntAryVarTokenVal: vtname = "Int Array"; break;
|
||||
case ApplesoftToken::FloatAryVarTokenVal: vtname = "Float Array"; break;
|
||||
case ApplesoftToken::StringAryVarTokenVal: vtname = "Float String"; break;
|
||||
case ApplesoftToken::StringAryVarTokenVal: vtname = "String Array"; break;
|
||||
default: vtname = "Unknown";
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user