Skip to content

Commit

Permalink
macosx: fix compilation warning from the future
Browse files Browse the repository at this point in the history
  • Loading branch information
fkuehne committed Feb 2, 2014
1 parent ba60bd8 commit 34b896f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/gui/macosx/playlistinfo.m
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ - (IBAction)saveMetaData:(id)sender

error:
NSRunAlertPanel(_NS("Error while saving meta"),
_NS("VLC was unable to save the meta data."),
@"%@",_NS("VLC was unable to save the meta data."),
_NS("OK"), nil, nil);
}

Expand Down

0 comments on commit 34b896f

Please sign in to comment.