* Report a missing-'>' syntax error. */
| 2351 | * Report a missing-'>' syntax error. |
| 2352 | */ |
| 2353 | static char *unclosed_directive(cmd_parms *cmd) |
| 2354 | { |
| 2355 | return apr_pstrcat(cmd->pool, cmd->cmd->name, |
| 2356 | "> directive missing closing '>'", NULL); |
| 2357 | } |
| 2358 | |
| 2359 | /* |
| 2360 | * Report a missing args in '<Foo >' syntax error. |
no outgoing calls
no test coverage detected