always show target
diff --git a/extensions/ebt_mark.c b/extensions/ebt_mark.c
index e773def..3145c53 100644
--- a/extensions/ebt_mark.c
+++ b/extensions/ebt_mark.c
@@ -144,8 +144,6 @@
 		ebt_print_error("oops, unknown mark action, try a later version of ebtables");
 	printf(" 0x%lx", markinfo->mark);
 	tmp = markinfo->target | -16;
-	if (tmp == EBT_ACCEPT)
-		return;
 	printf(" --mark-target %s", TARGET_NAME(tmp));
 }