Merge pull request #55 from lioncash/typo

WPSC: Correct typo within WPSM's _read() function
This commit is contained in:
Phillip Stephens 2019-09-06 23:20:29 -07:00 committed by GitHub
commit c2777b42f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ void WPSM<IDType>::_read(athena::io::YAMLDocReader& r) {
xunk_FC60.read(r);
break;
case SBIG('SPS1'):
xunk_SPS2.read(r);
xunk_SPS1.read(r);
break;
case SBIG('SPS2'):
xunk_SPS2.read(r);