From bbf8f3728a937c7627b8094de7ae13559d220ed5 Mon Sep 17 00:00:00 2001 From: Mark VanderVoord Date: Fri, 29 May 2026 11:49:46 -0400 Subject: [PATCH] Golly. Fixed typo --- examples/example_1/makefile | 2 +- examples/example_2/makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/example_1/makefile b/examples/example_1/makefile index 1d7957b..b55df10 100644 --- a/examples/example_1/makefile +++ b/examples/example_1/makefile @@ -39,7 +39,7 @@ CFLAGS += -Wunreachable-code CFLAGS += -Winit-self CFLAGS += -Wmissing-field-initializers CFLAGS += -Wno-unknown-pragmas -CLFAGS += -Wno-misleading-indentation +CFLAGS += -Wno-misleading-indentation CFLAGS += -Wstrict-prototypes CFLAGS += -Wundef CFLAGS += -Wold-style-definition diff --git a/examples/example_2/makefile b/examples/example_2/makefile index 6aedda0..ba355a4 100644 --- a/examples/example_2/makefile +++ b/examples/example_2/makefile @@ -39,7 +39,7 @@ CFLAGS += -Wunreachable-code CFLAGS += -Winit-self CFLAGS += -Wmissing-field-initializers CFLAGS += -Wno-unknown-pragmas -CLFAGS += -Wno-misleading-indentation +CFLAGS += -Wno-misleading-indentation CFLAGS += -Wstrict-prototypes CFLAGS += -Wundef CFLAGS += -Wold-style-definition