diff --git a/contrib/ntp/ntpd/ntp_parser.y b/contrib/ntp/ntpd/ntp_parser.y index c55e0697dee4..1441419a53b9 100644 --- a/contrib/ntp/ntpd/ntp_parser.y +++ b/contrib/ntp/ntpd/ntp_parser.y @@ -8,8 +8,8 @@ * Copyright (c) 2006 */ -%parse-param {struct FILE_INFO *ip_file} -%lex-param {struct FILE_INFO *ip_file} +%parse-param { struct FILE_INFO *ip_file } +%lex-param { struct FILE_INFO *ip_file } %{ #ifdef HAVE_CONFIG_H