forked from github/server
indentation rules, slightly updated
This commit is contained in:
parent
27e435850e
commit
01acb1e7f6
1 changed files with 0 additions and 5 deletions
|
@ -33,17 +33,13 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
#include <tests.h>
|
#include <tests.h>
|
||||||
|
|
||||||
static const char *luafile = "setup.lua";
|
static const char *luafile = "setup.lua";
|
||||||
|
|
||||||
static const char *entry_point = NULL;
|
static const char *entry_point = NULL;
|
||||||
|
|
||||||
static const char *inifile = "eressea.ini";
|
static const char *inifile = "eressea.ini";
|
||||||
|
|
||||||
static int memdebug = 0;
|
static int memdebug = 0;
|
||||||
|
|
||||||
static void parse_config(const char *filename)
|
static void parse_config(const char *filename)
|
||||||
{
|
{
|
||||||
dictionary *d = iniparser_new(filename);
|
dictionary *d = iniparser_new(filename);
|
||||||
|
|
||||||
if (d) {
|
if (d) {
|
||||||
load_inifile(d);
|
load_inifile(d);
|
||||||
|
|
||||||
|
@ -130,7 +126,6 @@ static int parse_args(int argc, char **argv, int *exitcode)
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void locale_init(void)
|
void locale_init(void)
|
||||||
{
|
{
|
||||||
setlocale(LC_CTYPE, "");
|
setlocale(LC_CTYPE, "");
|
||||||
|
|
Loading…
Reference in a new issue