From ec7a3fb72ce9434e6066cad8f34a6dc523b23490 Mon Sep 17 00:00:00 2001 From: Mat M Date: Fri, 28 Dec 2018 23:33:40 -0500 Subject: [PATCH] Update src/core/settings.h Co-Authored-By: valentinvanelslande --- src/core/settings.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/settings.h b/src/core/settings.h index ccb00928f..43c7b7d1f 100644 --- a/src/core/settings.h +++ b/src/core/settings.h @@ -185,7 +185,7 @@ static constexpr int REGION_VALUE_AUTO_SELECT = -1; void Apply(); void LogSettings(); -// input profiles +// Input profiles void LoadProfile(int index); void SaveProfile(int index); void CreateProfile(std::string name);