mirror of
https://github.com/jarun/nnn.git
synced 2024-11-17 08:32:36 +00:00
Fix patch break
This commit is contained in:
parent
1a849f1847
commit
614ebe73fa
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue