mirror of
https://github.com/jarun/nnn.git
synced 2025-03-12 17:54:04 +00:00
Print version in debug output
This commit is contained in:
parent
ef6a995e38
commit
7416bb8503
1 changed files with 1 additions and 0 deletions
|
@ -5435,6 +5435,7 @@ int main(int argc, char *argv[])
|
|||
|
||||
#ifdef DBGMODE
|
||||
enabledbg();
|
||||
DPRINTF_S(VERSION);
|
||||
#endif
|
||||
|
||||
atexit(cleanup);
|
||||
|
|
Loading…
Add table
Reference in a new issue