Skip to content

Commit

Permalink
Fix NDOization
Browse files Browse the repository at this point in the history
putchar() -> ND_PRINT(());
  • Loading branch information
fxlb committed Oct 21, 2016
1 parent 5b81f98 commit 77e7df3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion print.c
Expand Up @@ -401,7 +401,7 @@ pretty_print_packet(netdissect_options *ndo, const struct pcap_pkthdr *h,
}
}

putchar('\n');
ND_PRINT((ndo, "\n"));
}

/*
Expand Down

0 comments on commit 77e7df3

Please sign in to comment.