X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Foutput%2Fcsv.c;h=59dcf08cd8b3357ec8e7a6b2703272365e6c3f46;hb=317c97bebb67dbbf5e0ce9382655dea7f2038ac3;hp=2be4db372f67101ae3241ede4d7d4c2e9ba3b27c;hpb=1a14a6234910ee388574badc7c6a94fd637b21cd;p=libsigrok.git diff --git a/src/output/csv.c b/src/output/csv.c index 2be4db37..59dcf08c 100644 --- a/src/output/csv.c +++ b/src/output/csv.c @@ -578,7 +578,7 @@ static int receive(const struct sr_output *o, break; case SR_DF_FRAME_BEGIN: *out = g_string_new(ctx->frame); - /* And then fall through to... */ + /* Fallthrough */ case SR_DF_END: /* Got to end of frame/session with part of the data. */ if (ctx->channels_seen)