From a02f19eed14897fa17d9239f2d1a690c885ae36c Mon Sep 17 00:00:00 2001 From: parasti Date: Thu, 8 Jun 2006 10:58:57 +0000 Subject: [PATCH] Fix indentation. git-svn-id: https://s.snth.net/svn/neverball/trunk@437 78b8d119-cf0a-0410-b17c-f493084dd1d7 --- share/config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/config.c b/share/config.c index 6dfd993..87348cd 100644 --- a/share/config.c +++ b/share/config.c @@ -435,7 +435,7 @@ void config_get_s(int i, char *dst, int len) const char *config_simple_get_s(int i) { - return option_s[i]; + return option_s[i]; } /*---------------------------------------------------------------------------*/ -- 1.7.9.5