remove stray a
This commit is contained in:
		| @@ -66,7 +66,7 @@ main(int argc, char **argv) | ||||
| 	} | ||||
| 	free(str); | ||||
| 	str = strdup(t->result); | ||||
| o	len = rk_base64_decode(t->result, str); | ||||
| 	len = rk_base64_decode(t->result, str); | ||||
| 	if(len != t->len) { | ||||
| 	    fprintf(stderr, "failed test %d: len %lu != %lu\n", numtest, | ||||
| 		    (unsigned long)len, (unsigned long)t->len); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Love Hörnquist Åstrand
					Love Hörnquist Åstrand