summaryrefslogtreecommitdiffstatshomepage
path: root/src/tools
diff options
context:
space:
mode:
author smf- <smf-@users.noreply.github.com>2020-04-23 17:03:56 +0100
committer smf- <smf-@users.noreply.github.com>2020-04-23 17:04:29 +0100
commit822e05189678719821c9ec715f07f2424086a82d (patch)
tree51c92ecefd39aa1b7250516444f5b5315f34860a /src/tools
parent6ad90378a31f5aeb9aa18173a4433a72c01c1049 (diff)
fixes for clang 10.0.0 misleading indentation and xor used as a pow warnings (nw)
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/imgtool/modules/ti99.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/imgtool/modules/ti99.cpp b/src/tools/imgtool/modules/ti99.cpp
index 8ca2d49c529..2e55c85f082 100644
--- a/src/tools/imgtool/modules/ti99.cpp
+++ b/src/tools/imgtool/modules/ti99.cpp
@@ -4948,7 +4948,7 @@ static imgtoolerr_t dsk_image_deletefile(imgtool::partition &partition, const ch
/* free data AUs */
// fphysrecs =
- get_UINT16BE(fdr.fphysrecs);
+ get_UINT16BE(fdr.fphysrecs);
i = 0;
cluster_index = 0;