diff options
Diffstat (limited to 'gcc/gcov-io.h')
-rw-r--r-- | gcc/gcov-io.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gcov-io.h b/gcc/gcov-io.h index 9e1c081b16d..4c547b5969d 100644 --- a/gcc/gcov-io.h +++ b/gcc/gcov-io.h @@ -74,7 +74,7 @@ __store_gcov_type (value, dest, bytes) if (value && value != -1) return 1; - for(; i < bytes ; i++) + for(; i < bytes ; i++) dest[i] = 0; dest[bytes - 1] |= upper_bit; return 0; |