From: Joel Holdsworth Date: Sun, 25 Mar 2012 17:52:30 +0000 (+0100) Subject: fx2lafw: Made finish_acquisition a static function X-Git-Tag: libsigrok-0.1.0~24 X-Git-Url: https://sigrok.org/gitaction?a=commitdiff_plain;h=3e6292b2967db0b86281988ebf816317956a8a51;p=libsigrok.git fx2lafw: Made finish_acquisition a static function --- diff --git a/hardware/fx2lafw/fx2lafw.c b/hardware/fx2lafw/fx2lafw.c index d88a20ce..ed95fd2b 100644 --- a/hardware/fx2lafw/fx2lafw.c +++ b/hardware/fx2lafw/fx2lafw.c @@ -577,7 +577,7 @@ static void abort_acquisition(struct context *ctx) ctx->num_samples = -1; } -void finish_acquisition(struct context *ctx) +static void finish_acquisition(struct context *ctx) { struct sr_datafeed_packet packet; int i;