mirror of
https://github.com/jarun/nnn.git
synced 2025-03-01 20:39:20 +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
|
#ifdef DBGMODE
|
||||||
enabledbg();
|
enabledbg();
|
||||||
|
DPRINTF_S(VERSION);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
atexit(cleanup);
|
atexit(cleanup);
|
||||||
|
|
Loading…
Add table
Reference in a new issue