summaryrefslogtreecommitdiff
path: root/saedit/config.h
diff options
context:
space:
mode:
authorVasily_Makarov <danilka.pro@gmail.com>2012-02-09 12:07:10 +0400
committerVasily_Makarov <danilka.pro@gmail.com>2012-02-09 12:07:10 +0400
commitcc459a0b40bb56f6559c855ecb5b956b9ee6a90b (patch)
tree8698d1e99eec34b24f14f21c176871b88863fa18 /saedit/config.h
parent6545f58904d754db19800a1cd21f472eb13339bd (diff)
downloadtools-cc459a0b40bb56f6559c855ecb5b956b9ee6a90b.tar.gz
tools-cc459a0b40bb56f6559c855ecb5b956b9ee6a90b.tar.bz2
tools-cc459a0b40bb56f6559c855ecb5b956b9ee6a90b.tar.xz
tools-cc459a0b40bb56f6559c855ecb5b956b9ee6a90b.zip
SAE: Changed error structure
Diffstat (limited to 'saedit/config.h')
-rw-r--r--saedit/config.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/saedit/config.h b/saedit/config.h
index 0fb0ac7..51c2f0b 100644
--- a/saedit/config.h
+++ b/saedit/config.h
@@ -28,7 +28,7 @@
#define KEYS_CONFIG_FILE g_strjoin(SEPARATOR_SLASH, KEYS_CONFIG_DIR, "config.ini", NULL)
typedef struct {
- gchar *sprites;
+ gchar *sprites;
} Options;
Options *config_options_new();
@@ -37,8 +37,8 @@ void config_options_load_from_file(Options *options,
gchar *data_folder);
typedef struct {
- gchar *clientdata_folder;
- gboolean show_grid;
+ gchar *clientdata_folder;
+ gboolean show_grid;
} Keys;
Keys *config_keys_new();