missing EOF at '||'

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

missing EOF at '||'

470 Views
srihariprasad24
Contributor II

Hi,

I have attached two of my screenshots.

Marked the error on the second screenshot. There it shows the error "missing EOF at '||' " when I point my cursor on the error mark.

 Once I opened the file "LogicControl.c" with Text editor. After that, I am facing this issue.

Kindly help solving.

 

Thanks,

hari.

 

 

0 Kudos
1 Reply

467 Views
myke_predko
Senior Contributor III

@srihariprasad24 

Could you share the full "LogicControl.c" file?  

The error is flagged where it is being detected - probably not where it is occuring.  

I suspect you have a mis-matched open/close brace in your file (or worse, in an #include which makes it harder to identify).  

0 Kudos