[mordor]미르님,, 계속,, ㅠ.ㅠ,,이오류가,,
노병우
2,127
0
0
2004-08-17 10:52:00
cc -g -O2 -c -o object.o object.c
object.c: In function `whowhere':
object.c:273: parse error before "if"
object.c:329: parse error at end of input
make: *** [object.o] 오류 1
if( cmnd->num == 1){ <--270번째 줄,
print(fd, "\n현재 사용자 위치\n"); <--271번째 줄,
<--272번째 줄,
for(i=0; i if(!Ply[i].ply) continue; <--273번재 줄,
if(Ply[i].ply->fd < 0) continue; <--274번째 줄,
if(F_ISSET(Ply[i].ply, PDMINV) && Ply[i].ply->class == DM) <--275번째 줄,
continue; <--276번째 줄,
print(fd, "\n%-10s - %s", Ply[i].ply->name, <--277번째 줄,
Ply[i].ply->parent_rom->name); <--278번째 줄,
} <--279번째 줄,
어딜 고쳐야 될까요,, ㅠ.ㅠ,, 가르쳐주세요, 그리고 리스트 치면 안나오는거 뭐, 컴파일 해야된다는데 해도 안되요 ㅠ.ㅠ,,