error C2143


1>./src/txtreader_app.c(1028) : error C2143: syntax error : missing ';' before 'type'

 

在大括号内变量的定义必须在使用其他操作之前

你可能感兴趣的:(error C2143)