mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-03-05 15:05:48 +02:00
Fix misplaced String declarations.
This commit is contained in:
parent
309ae66e2f
commit
6be7e6fde5
@ -22,9 +22,9 @@ Constants
|
||||
#define INFO_COPY_EXT ".copy"
|
||||
|
||||
#define INFO_KEY_FORMAT "backrest-format"
|
||||
STRING_DECLARE(INFO_KEY_VERSION_STR);
|
||||
#define INFO_KEY_VERSION "backrest-version"
|
||||
STRING_DECLARE(INFO_KEY_FORMAT_STR);
|
||||
#define INFO_KEY_VERSION "backrest-version"
|
||||
STRING_DECLARE(INFO_KEY_VERSION_STR);
|
||||
|
||||
/***********************************************************************************************************************************
|
||||
Function types for loading and saving
|
||||
|
Loading…
x
Reference in New Issue
Block a user