Skip to content

Commit 3584486

Browse files
joaopeixoto13DavidMCerdeira
authored andcommitted
fix(configs/example): remove semicolons to comply with ISO C standard
Signed-off-by: João Peixoto <[email protected]>
1 parent 97ec9d2 commit 3584486

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configs/example/config.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
* Declare VM images using the VM_IMAGE macro, passing an identifier and the
1111
* path for the image.
1212
*/
13-
VM_IMAGE(vm1, "/path/to/vm1/binary.bin");
14-
VM_IMAGE(vm2, "/path/to/vm2/binary.bin");
13+
VM_IMAGE(vm1, "/path/to/vm1/binary.bin")
14+
VM_IMAGE(vm2, "/path/to/vm2/binary.bin")
1515

1616
/**
1717
* The configuration itself is a struct config that MUST be named config.

0 commit comments

Comments
 (0)