diff options
| author | Scott Gasch <[email protected]> | 2018-10-03 20:38:03 -0700 |
|---|---|---|
| committer | Scott Gasch <[email protected]> | 2018-10-03 20:38:03 -0700 |
| commit | 98e8d2445213432c65ae48cfa76c863aae1139e7 (patch) | |
| tree | 2b2a48828fdb0fa5f29698b7c9cd31427728203f /src/egtb.cpp | |
| parent | 23c44f05a0956ecba918a336b30c6eccf0a996d5 (diff) | |
Update codebase to remove clang warnings (and a couple of legit errors
it found)
Diffstat (limited to 'src/egtb.cpp')
| -rw-r--r-- | src/egtb.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/egtb.cpp b/src/egtb.cpp index bc39636..fd9c4bb 100644 --- a/src/egtb.cpp +++ b/src/egtb.cpp @@ -6279,7 +6279,7 @@ static void VCheckSize if (cb != cbOk1 && cb != cbOk2) { printf ("*** %s corrupted " - DEC_INDEX_FORMAT" "DEC_INDEX_FORMAT" "DEC_INDEX_FORMAT"\n", + DEC_INDEX_FORMAT " " DEC_INDEX_FORMAT " " DEC_INDEX_FORMAT "\n", rgchTbName, cbOk1, cbOk2, cb); exit (1); } |
