Skip to content

Commit

Permalink
fixup: Rename formal parameter name to avoid C++ reserved word.
Browse files Browse the repository at this point in the history
  • Loading branch information
ksedgwic committed Mar 21, 2022
1 parent ee944ef commit e09f8f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,6 @@ extern const tal_t *wally_tal_ctx;

/* Like mkstemp but resolves template relative to $TMPDIR (or /tmp if unset).
* Returns created temporary path name at *created if successful. */
int tmpdir_mkstemp(const tal_t *ctx, const char *template TAKES, char **created);
int tmpdir_mkstemp(const tal_t *ctx, const char *tmplt TAKES, char **created);

#endif /* LIGHTNING_COMMON_UTILS_H */

0 comments on commit e09f8f8

Please sign in to comment.