mirror of
https://github.com/google/pebble.git
synced 2025-11-15 03:52:46 -05:00
spelling: a
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -373,7 +373,7 @@ void test_resource__read_past_last_byte_resource(void) {
|
||||
size_t image_size = resource_size(resource_bank, no_litter_res_id);
|
||||
uint8_t image_buf[image_size];
|
||||
|
||||
// read the last byte, and make sure it returns a a failure 0 byte return value
|
||||
// read the last byte, and make sure it returns a failure 0 byte return value
|
||||
cl_assert_equal_i( resource_load_byte_range_system(resource_bank, no_litter_res_id, image_size,
|
||||
image_buf, 1), 0);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user