changeset 423:c72584d36e0b

fixed typo, thanks Stewart Gordon
author thomask
date Mon, 11 Apr 2005 09:46:24 +0000
parents 95f08c5ab3e9
children 74319691c9b1
files run/opCat_04.d
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/run/opCat_04.d	Mon Apr 11 04:05:37 2005 +0000
+++ b/run/opCat_04.d	Mon Apr 11 09:46:24 2005 +0000
@@ -47,7 +47,7 @@
 	assert(c[4]==0);
 	assert(c[5]==1);
 	assert(c[6]==0);
-	assert(c[6]==0);
+	assert(c[7]==0);
 	assert(c[8]==1);
 
 	return 0;