Skip to content
Snippets Groups Projects
Commit ba2e9b74 authored by Timothy B. Terriberry's avatar Timothy B. Terriberry
Browse files

Move a misplaced #endif.

This was meant to affect file opening only, not stream info
 printing.
parent 9a9825df
No related branches found
No related tags found
No related merge requests found
......@@ -165,6 +165,7 @@ int main(int _argc,const char **_argv){
}
#else
if(of==NULL)of=op_open_file(_argv[1],&ret);
#endif
else{
if(info.name!=NULL){
fprintf(stderr,"Station name: %s\n",info.name);
......@@ -195,7 +196,6 @@ int main(int _argc,const char **_argv){
is_ssl=info.is_ssl;
opus_server_info_clear(&info);
}
#endif
}
if(of==NULL){
fprintf(stderr,"Failed to open file '%s': %i\n",_argv[1],ret);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment