app_helper: Remove redundant line separator after frame debug output

This commit is contained in:
Tatsuhiro Tsujikawa 2014-04-30 10:01:19 +09:00
parent 4caddec9ba
commit b5d793dee6
1 changed files with 0 additions and 1 deletions

View File

@ -469,7 +469,6 @@ void print_frame(print_type ptype, const nghttp2_frame *frame)
break;
default:
fprintf(outfile, "\n");
break;
}
}