mirror of
https://github.com/google/pebble.git
synced 2025-04-30 15:21:41 -04:00
spelling: a
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
3b92768480
commit
4ed801eaf9
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue