summaryrefslogtreecommitdiff
path: root/win32/registry.c
diff options
context:
space:
mode:
Diffstat (limited to 'win32/registry.c')
-rw-r--r--win32/registry.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/win32/registry.c b/win32/registry.c
index 016781776c..982d09c02d 100644
--- a/win32/registry.c
+++ b/win32/registry.c
@@ -281,3 +281,12 @@ char *GetIniPathFromRegistry()
}
return reg_location;
}
+
+/*
+ * Local variables:
+ * tab-width: 4
+ * c-basic-offset: 4
+ * End:
+ * vim600: sw=4 ts=4 fdm=marker
+ * vim<600: sw=4 ts=4
+ */