Skip to content

Commit

Permalink
Correct comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ndptech committed Feb 9, 2024
1 parent d3470e9 commit 9d99821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/unlang/call_env.h
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ typedef enum {
DIAG_OFF(attributes)
typedef enum CC_HINT(flag_enum) {
CALL_ENV_FLAG_NONE = 0,
CALL_ENV_FLAG_REQUIRED = 1, //!< Tmpl must produce output or section is required.
CALL_ENV_FLAG_REQUIRED = 1, //!< Associated conf pair or section is required.
CALL_ENV_FLAG_CONCAT = (1 << 1), //!< If the tmpl produced multiple boxes they should be concatenated.
CALL_ENV_FLAG_SINGLE = (1 << 2), //!< If the tmpl produces more than one box this is an error.
CALL_ENV_FLAG_MULTI = (1 << 3), //!< Multiple instances of the conf pairs are allowed. Resulting
Expand Down

0 comments on commit 9d99821

Please sign in to comment.