Skip to content

Commit b31a3d3

Browse files
committed
fixup: Rename formal parameter name to avoid C++ reserved word.
1 parent 194dd2b commit b31a3d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/utils.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ extern const tal_t *wally_tal_ctx;
136136

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

141141
/**
142142
* tal_strlowering - return the same string by in lower case.

0 commit comments

Comments
 (0)