From 090db355ea78956d6b26723eecd4cfe24d030f2f Mon Sep 17 00:00:00 2001 From: Ray Date: Mon, 23 Dec 2024 19:23:47 +0100 Subject: [PATCH] Remove trailing spaces --- src/raygui.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/raygui.h b/src/raygui.h index 1a218c1..67da736 100644 --- a/src/raygui.h +++ b/src/raygui.h @@ -2151,7 +2151,7 @@ int GuiToggleSlider(Rectangle bounds, const char *text, int *active) int itemCount = 0; const char **items = NULL; - if (text != NULL) items = GuiTextSplit(text, ';', &itemCount, NULL); + if (text != NULL) items = GuiTextSplit(text, ';', &itemCount, NULL); Rectangle slider = { 0, // Calculated later depending on the active toggle