backend: dummy: fix a typo in the dummy_get_blur_size function
"reisze_region" => "resize_region"
This commit is contained in:
@@ -162,7 +162,7 @@ void dummy_destroy_blur_context(struct backend_base *base attr_unused, void *ctx
|
||||
}
|
||||
|
||||
void dummy_get_blur_size(void *ctx attr_unused, int *width, int *height) {
|
||||
// These numbers are arbitrary, to make sure the reisze_region code path is
|
||||
// These numbers are arbitrary, to make sure the resize_region code path is
|
||||
// covered.
|
||||
*width = 5;
|
||||
*height = 5;
|
||||
|
||||
Reference in New Issue
Block a user