Fixed the definition of nvr_path in ibm.h.

This commit is contained in:
OBattler
2016-09-28 23:05:01 +02:00
parent 59370a57a8
commit 7461fbfdfd

View File

@@ -627,7 +627,7 @@ extern uint64_t star;
#define FPU_CW_Reserved_Bits (0xe0c0)
extern char nvr_path[260];
extern char nvr_path[1024];
extern int path_len;
char *nvr_concat(char *to_concat);