Remove annoying message (from #3186)

This commit is contained in:
Anton Kochkov 2015-10-01 19:01:20 +03:00
parent 5105830b5c
commit fe4754440b

View File

@ -127,7 +127,6 @@ R_API RList *r_core_asm_strsearch(RCore *core, const char *input, ut64 from, ut6
if (align) {
if (addr % align) {
matches = false;
eprintf ("Address not valid 0x%"PFMT64x"\n", addr);
}
}
if (matches) {