Skip to content

Commit

Permalink
Merge pull request #51 from marcransome/struct-name
Browse files Browse the repository at this point in the history
Correct struct name
  • Loading branch information
marcransome authored Sep 1, 2022
2 parents 6123727 + 1707425 commit 017a95b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/flog.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ typedef struct FlogCliData FlogCli;
*
* \pre \c config is \e not \c NULL
*
* \return A pointer to a FrogCli object
* \return A pointer to a FlogCli object
*/
FlogCli * flog_cli_new(FlogConfig *config);

Expand Down

0 comments on commit 017a95b

Please sign in to comment.