]> The Tcpdump Group git mirrors - libpcap/commit
gencode: fix unintentional infinite recursion from previous edit.
authorGuy Harris <[email protected]>
Thu, 5 Dec 2024 18:27:56 +0000 (10:27 -0800)
committerGuy Harris <[email protected]>
Thu, 5 Dec 2024 18:27:56 +0000 (10:27 -0800)
commit9f368821e10e32de9fbd7aaea3e01c25c0086d48
tree83faff136edf4ca769a5002aafc2d863d24c0994
parentdf8296449a3ae6db4fd50cd0ecd32f595f14f74c
gencode: fix unintentional infinite recursion from previous edit.

gen_retblk() should call the routine that does the work, not itself.
gencode.c