Skip to content

Commit

Permalink
Fix patch break
Browse files Browse the repository at this point in the history
  • Loading branch information
jarun committed Oct 2, 2024
1 parent 1a849f1 commit 614ebe7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/nnn.c
Original file line number Diff line number Diff line change
Expand Up @@ -279,15 +279,15 @@
#define VCMP 2
#define VLEN 3

/* Command history */
#define MAX_HISTORY 0x10
#define INVALID_POS 0xFF

/* Volume info */
#define VFS_AVAIL 0
#define VFS_USED 1
#define VFS_SIZE 2

/* Command history */
#define MAX_HISTORY 0x10
#define INVALID_POS 0xFF

/* TYPE DEFINITIONS */
typedef unsigned int uint_t;
typedef unsigned char uchar_t;
Expand Down

0 comments on commit 614ebe7

Please sign in to comment.