commit 60c1b9b0b38b337289e5ad293445345591ceda13 parent 2a8366e4403b24a6a708dc4c78bcec40eaeb296e Author: Roberto E. Vargas Caballero <k0ga@shike2.com> Date: Sun, 31 Oct 2021 18:29:42 +0100 tests/cc: Fix small typo in 0159-typedef.c Diffstat:
| M | tests/cc/execute/0159-typedef.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/cc/execute/0159-typedef.c b/tests/cc/execute/0159-typedef.c @@ -14,7 +14,7 @@ f(void) } Clock0link cl0 = { - .clock = f; + .clock = f }; int