From: Uwe Hermann Date: Sat, 26 Mar 2016 18:45:04 +0000 (+0100) Subject: Factor out std_session_send_df_end() helper. X-Git-Tag: libsigrok-0.5.0~484 X-Git-Url: https://sigrok.org/gitweb/?a=commitdiff_plain;h=3be42bc22f8b36599a448273c12a76d3e0f7a940;hp=3be42bc22f8b36599a448273c12a76d3e0f7a940;p=libsigrok.git Factor out std_session_send_df_end() helper. This makes the code shorter, simpler and more consistent, and also ensures that the (same) debug messages are always emitted and the packet.payload field is consistently set to NULL always, etc. ---