file: fix error string about "unterminated XXX".
authorYousong Zhou <yszhou4tech@gmail.com>
Tue, 16 Dec 2014 07:00:07 +0000 (15:00 +0800)
committerFelix Fietkau <nbd@openwrt.org>
Thu, 18 Dec 2014 11:38:15 +0000 (12:38 +0100)
commit69d1b47b269deca6435cbdc09ed384fefb5882fa
tree7574d0e1e57e1fd2848545a52d57369a0cc631c1
parentdef58eba24cc53f8761903145fef8db65e6e4760
file: fix error string about "unterminated XXX".

 - Remove unreachable call to uci_parse_error().
 - Fix false claim of unterminated double quote to single quote.

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
file.c