mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-12 02:16:17 +00:00
tests/gem_flink_race: fix up scanf format
Oops, failed to git add. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
parent
24bbca9237
commit
bc62a64b8a
@ -60,7 +60,7 @@ static int get_object_count(void)
|
|||||||
|
|
||||||
file = fopen(path, "r");
|
file = fopen(path, "r");
|
||||||
|
|
||||||
scanned = fscanf(file, "%i objects,", &ret);
|
scanned = fscanf(file, "%i objects", &ret);
|
||||||
assert(scanned == 1);
|
assert(scanned == 1);
|
||||||
|
|
||||||
return ret;
|
return ret;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user