From d09b9fbbde6d5662f72c8d354f761f5174bed290 Mon Sep 17 00:00:00 2001 From: Ray Date: Sun, 21 Sep 2014 14:09:36 +0200 Subject: [PATCH] Rename ex06a_color_select.c to core_color_select.c --- examples/{ex06a_color_select.c => core_color_select.c} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename examples/{ex06a_color_select.c => core_color_select.c} (99%) diff --git a/examples/ex06a_color_select.c b/examples/core_color_select.c similarity index 99% rename from examples/ex06a_color_select.c rename to examples/core_color_select.c index ef767da89..b3714bc85 100644 --- a/examples/ex06a_color_select.c +++ b/examples/core_color_select.c @@ -91,4 +91,4 @@ int main() //-------------------------------------------------------------------------------------- return 0; -} \ No newline at end of file +}