mirror of
https://github.com/jarun/nnn.git
synced 2025-01-15 21:36:42 +00:00
Fix patch break
This commit is contained in:
parent
1a849f1847
commit
614ebe73fa
|
@ -279,15 +279,15 @@
|
||||||
#define VCMP 2
|
#define VCMP 2
|
||||||
#define VLEN 3
|
#define VLEN 3
|
||||||
|
|
||||||
|
/* Command history */
|
||||||
|
#define MAX_HISTORY 0x10
|
||||||
|
#define INVALID_POS 0xFF
|
||||||
|
|
||||||
/* Volume info */
|
/* Volume info */
|
||||||
#define VFS_AVAIL 0
|
#define VFS_AVAIL 0
|
||||||
#define VFS_USED 1
|
#define VFS_USED 1
|
||||||
#define VFS_SIZE 2
|
#define VFS_SIZE 2
|
||||||
|
|
||||||
/* Command history */
|
|
||||||
#define MAX_HISTORY 0x10
|
|
||||||
#define INVALID_POS 0xFF
|
|
||||||
|
|
||||||
/* TYPE DEFINITIONS */
|
/* TYPE DEFINITIONS */
|
||||||
typedef unsigned int uint_t;
|
typedef unsigned int uint_t;
|
||||||
typedef unsigned char uchar_t;
|
typedef unsigned char uchar_t;
|
||||||
|
|
Loading…
Reference in a new issue