summaryrefslogtreecommitdiff
path: root/apps/examples/elf/tests/struct
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/elf/tests/struct')
-rw-r--r--apps/examples/elf/tests/struct/Makefile2
-rw-r--r--apps/examples/elf/tests/struct/struct_main.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/examples/elf/tests/struct/Makefile b/apps/examples/elf/tests/struct/Makefile
index 369fcb368..80117a72f 100644
--- a/apps/examples/elf/tests/struct/Makefile
+++ b/apps/examples/elf/tests/struct/Makefile
@@ -51,7 +51,7 @@ $(BIN): $(OBJS)
@echo "LD: $<"
$(Q) $(LD) $(LDELFFLAGS) -o $@ $^
-clean:
+clean:
$(call DELFILE, $(BIN))
$(call CLEAN)
diff --git a/apps/examples/elf/tests/struct/struct_main.c b/apps/examples/elf/tests/struct/struct_main.c
index 3c8e86e7a..a8c0b83c2 100644
--- a/apps/examples/elf/tests/struct/struct_main.c
+++ b/apps/examples/elf/tests/struct/struct_main.c
@@ -46,7 +46,7 @@
* Public Data
****************************************************************************/
-const struct struct_dummy_s dummy_struct =
+const struct struct_dummy_s dummy_struct =
{
DUMMY_SCALAR_VALUE3
};