diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-09-07 12:16:29 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-09-07 12:16:29 +0300 |
commit | 7c9dfee6ecde3daf6ccf7fc26eb2b1438ac94157 (patch) | |
tree | bddd1da2db6fba5bd1d1bf150df0f1d78c660273 /src/app.h | |
parent | 8ddbf90ecd69da7e24237081413f0620641708dc (diff) |
Cleanup
Diffstat (limited to 'src/app.h')
-rw-r--r-- | src/app.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,7 +42,7 @@ enum iAppEventMode { | |||
42 | 42 | ||
43 | enum iUserEventCode { | 43 | enum iUserEventCode { |
44 | command_UserEventCode = 1, | 44 | command_UserEventCode = 1, |
45 | refresh_UserEventCode = 2, | 45 | refresh_UserEventCode = 2, |
46 | }; | 46 | }; |
47 | 47 | ||
48 | const iString *execPath_App (void); | 48 | const iString *execPath_App (void); |