mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2024-12-14 10:13:05 +02:00
Fix typo in struct typedef.
This worked because the type is never declared as struct ExecPub.
This commit is contained in:
parent
c92bc43c1e
commit
4fa95af447
@ -27,7 +27,7 @@ Exec *execNew(const String *command, const StringList *param, const String *name
|
||||
/***********************************************************************************************************************************
|
||||
Getters/Setters
|
||||
***********************************************************************************************************************************/
|
||||
typedef struct DbPub
|
||||
typedef struct ExecPub
|
||||
{
|
||||
MemContext *memContext; // Mem context
|
||||
IoRead *ioReadExec; // Wrapper for file descriptor read interface
|
||||
|
Loading…
Reference in New Issue
Block a user