summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2022-03-26 16:00:10 -0400
committerpommicket <pommicket@gmail.com>2022-03-26 16:00:10 -0400
commitd334b04c4d7de2e200a1a37fbf1ecc2758280e94 (patch)
treec64cf012ce289f4cdb2db8948771f00b2077c0a3 /main.c
parent6617f77adbaeb0dc79c7b07f6ec3a107adb117db (diff)
[1.0r2] cleanup, comments
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index 00dc5fe..be1d2f0 100644
--- a/main.c
+++ b/main.c
@@ -317,7 +317,7 @@ int main(int argc, char **argv) {
// make sure signal handler has access to ted.
error_signal_handler_ted = ted;
- { // get local data directory
+ { // get local and global data directory
#if _WIN32
wchar_t *appdata = NULL;
KNOWNFOLDERID id = FOLDERID_LocalAppData;