1
0
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:
David Steele 2021-05-18 16:38:57 -04:00
parent c92bc43c1e
commit 4fa95af447

View File

@ -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