summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2013-03-24 16:16:55 -0700
committerKeith Packard <keithp@keithp.com>2013-05-07 20:16:53 -0700
commit21356aec543dd85426a52469426351ce006a17dd (patch)
treecc77c38c3b6959445a9336567bc994d1f141c1cf
parent9df4e874b2785aec4aecce2f767543ee9f638b4f (diff)
ao-tools/ao-stmload: Remove IRC dregs in source code
oops. Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r--ao-tools/ao-stmload/ao-stmload.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ao-tools/ao-stmload/ao-stmload.c b/ao-tools/ao-stmload/ao-stmload.c
index b9bf4392..c983df26 100644
--- a/ao-tools/ao-stmload/ao-stmload.c
+++ b/ao-tools/ao-stmload/ao-stmload.c
@@ -427,7 +427,7 @@ main (int argc, char **argv)
fflush(stdout);
ao_self_block_write(cc, 0x08002000, block);
ao_self_block_read(cc, 0x08002000, block);
- if (memcmp(block, check, 256/me ta) != 0) {
+ if (memcmp(block, check, 256) != 0) {
fprintf (stderr, "read differed\n");
exit(1);
}