diff options
Diffstat (limited to 'proto/pipe')
-rw-r--r-- | proto/pipe/config.Y | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/pipe/config.Y b/proto/pipe/config.Y index b3c332be..18e1d0fc 100644 --- a/proto/pipe/config.Y +++ b/proto/pipe/config.Y @@ -20,7 +20,7 @@ CF_KEYWORDS(PIPE, PEER, TABLE) CF_GRAMMAR -CF_ADDTO(proto, pipe_proto '}' { this_channel = NULL; } ) +proto: pipe_proto '}' { this_channel = NULL; } ; pipe_proto_start: proto_start PIPE { |