summaryrefslogtreecommitdiff
path: root/vconf-compat
diff options
context:
space:
mode:
Diffstat (limited to 'vconf-compat')
-rwxr-xr-xvconf-compat/vconf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vconf-compat/vconf.c b/vconf-compat/vconf.c
index 2f9b906..5182b87 100755
--- a/vconf-compat/vconf.c
+++ b/vconf-compat/vconf.c
@@ -924,7 +924,7 @@ EXPORT int vconf_get_ext_errno(void)
if (last_result)
return VCONF_OK;
- switch(errno) {
+ switch (errno) {
case ENOENT:
ret = VCONF_ERROR_FILE_NO_ENT;
break;