diff options
author | pommicket <pommicket@gmail.com> | 2022-03-26 16:00:10 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2022-03-26 16:00:10 -0400 |
commit | d334b04c4d7de2e200a1a37fbf1ecc2758280e94 (patch) | |
tree | c64cf012ce289f4cdb2db8948771f00b2077c0a3 /main.c | |
parent | 6617f77adbaeb0dc79c7b07f6ec3a107adb117db (diff) |
[1.0r2] cleanup, comments
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |