summaryrefslogtreecommitdiffstats
path: root/mplayer.c
diff options
context:
space:
mode:
Diffstat (limited to 'mplayer.c')
-rw-r--r--mplayer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mplayer.c b/mplayer.c
index 4b50cfb06a..1a81fe0cf5 100644
--- a/mplayer.c
+++ b/mplayer.c
@@ -857,7 +857,7 @@ if(!parse_codec_cfg(get_path("codecs.conf"))){
next_edl_record->next = NULL;
} else {
if( ( edl_fd = fopen( edl_output_filename, "w" ) ) == NULL ) {
- printf( "Error opening file [%s] for writing!\n" );
+ printf( "Error opening file [%s] for writing!\n", edl_output_filename );
edl_output_filename = NULL;
next_edl_record->next = NULL;
}