summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2013-03-24 16:16:55 -0700
committerKeith Packard <keithp@keithp.com>2013-03-24 16:16:55 -0700
commit1a84db819a359be39be51c9105039ab28c9fc894 (patch)
tree60135644f565dfb4b0a54eb4ef8415fd791b13f6
parent26b60e16c984255e869300b4aeafc12dd37fbd09 (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);
}