Browse Source

Print version in debug output

master
Arun Prakash Jana 5 years ago
parent
commit
7416bb8503
No known key found for this signature in database GPG Key ID: A75979F35C080412
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/nnn.c

+ 1
- 0
src/nnn.c View File

@@ -5435,6 +5435,7 @@ int main(int argc, char *argv[])

#ifdef DBGMODE
enabledbg();
DPRINTF_S(VERSION);
#endif

atexit(cleanup);


Loading…
Cancel
Save