[MPlayer-cvslog] r32498 - trunk/input/input.c
reimar
subversion at mplayerhq.hu
Sun Oct 17 10:59:41 CEST 2010
Author: reimar
Date: Sun Oct 17 10:59:41 2010
New Revision: 32498
Log:
Fix indentation.
Modified:
trunk/input/input.c
Modified: trunk/input/input.c
==============================================================================
--- trunk/input/input.c Sun Oct 17 10:58:40 2010 (r32497)
+++ trunk/input/input.c Sun Oct 17 10:59:41 2010 (r32498)
@@ -1793,10 +1793,10 @@ mp_input_init(void) {
if (stat(in_file,&st) || !S_ISFIFO(st.st_mode))
mode = O_RDONLY;
in_file_fd = open(in_file, mode);
- if(in_file_fd >= 0)
- mp_input_add_cmd_fd(in_file_fd,1,NULL,(mp_close_func_t)close);
- else
- mp_msg(MSGT_INPUT,MSGL_ERR,MSGTR_INPUT_INPUT_ErrCantOpenFile,in_file,strerror(errno));
+ if(in_file_fd >= 0)
+ mp_input_add_cmd_fd(in_file_fd,1,NULL,(mp_close_func_t)close);
+ else
+ mp_msg(MSGT_INPUT,MSGL_ERR,MSGTR_INPUT_INPUT_ErrCantOpenFile,in_file,strerror(errno));
}
}
More information about the MPlayer-cvslog
mailing list