From 13189997111deac782df2be3db4e4669d5635ca2 Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Sun, 24 Nov 2019 11:39:40 -0800 Subject: rototiller: rototiller_fragmenter_t s/num/number/ Mechanical change removing abbreviation for consistency --- src/rototiller.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rototiller.h') diff --git a/src/rototiller.h b/src/rototiller.h index a81c3e4..70b9ef2 100644 --- a/src/rototiller.h +++ b/src/rototiller.h @@ -5,7 +5,7 @@ /* rototiller_fragmenter produces fragments from an input fragment, num being the desired fragment for the current call. * return value of 1 means a fragment has been produced, 0 means num is beyond the end of fragments. */ -typedef int (*rototiller_fragmenter_t)(void *context, const fb_fragment_t *fragment, unsigned num, fb_fragment_t *res_fragment); +typedef int (*rototiller_fragmenter_t)(void *context, const fb_fragment_t *fragment, unsigned number, fb_fragment_t *res_fragment); typedef struct settings_t settings; typedef struct setting_desc_t setting_desc_t; -- cgit v1.2.1