summaryrefslogtreecommitdiff
path: root/src/modules/snow/snow.c
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@pengaru.com>2019-11-24 11:39:40 -0800
committerVito Caputo <vcaputo@pengaru.com>2019-11-24 11:39:40 -0800
commit13189997111deac782df2be3db4e4669d5635ca2 (patch)
treee1dfc0e1c3031b9aaff1c0d0c09933f9311cce16 /src/modules/snow/snow.c
parent8f774980b9222f39f9e74e8e3a694cad55753e2f (diff)
rototiller: rototiller_fragmenter_t s/num/number/
Mechanical change removing abbreviation for consistency
Diffstat (limited to 'src/modules/snow/snow.c')
-rw-r--r--src/modules/snow/snow.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/snow/snow.c b/src/modules/snow/snow.c
index cf3ffa7..8968e47 100644
--- a/src/modules/snow/snow.c
+++ b/src/modules/snow/snow.c
@@ -17,9 +17,9 @@
*/
static int snow_seed;
-static int snow_fragmenter(void *context, const fb_fragment_t *fragment, unsigned num, fb_fragment_t *res_fragment)
+static int snow_fragmenter(void *context, const fb_fragment_t *fragment, unsigned number, fb_fragment_t *res_fragment)
{
- return fb_fragment_slice_single(fragment, 32, num, res_fragment);
+ return fb_fragment_slice_single(fragment, 32, number, res_fragment);
}
© All Rights Reserved