mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-23 00:25:39 +01:00
Fix off-by-one error in #line directives
The line number is the number of the next line. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
da174241b8
commit
e137ebce7f
@ -1,4 +1,4 @@
|
||||
#line 1 "helpers.function"
|
||||
#line 2 "helpers.function"
|
||||
/*----------------------------------------------------------------------------*/
|
||||
/* Headers */
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#line 1 "main_test.function"
|
||||
#line 2 "main_test.function"
|
||||
SUITE_PRE_DEP
|
||||
#define TEST_SUITE_ACTIVE
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user