summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-11-24 08:41:44 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-11-24 08:41:44 +0000
commit4daa28d0a5a8948d8780d917102066d4099b9822 (patch)
tree5b6178ca93a49c00cc61d8d076a31cedc5e5fb7a /libvo
parent472e68dace09be833df5e8624a1bac033b730c89 (diff)
downloadmpv-4daa28d0a5a8948d8780d917102066d4099b9822.tar.bz2
mpv-4daa28d0a5a8948d8780d917102066d4099b9822.tar.xz
cosmetics: indentation
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28016 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/vo_fbdev.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libvo/vo_fbdev.c b/libvo/vo_fbdev.c
index 68e086e17c..20d48bc59a 100644
--- a/libvo/vo_fbdev.c
+++ b/libvo/vo_fbdev.c
@@ -937,8 +937,8 @@ static int config(uint32_t width, uint32_t height, uint32_t d_width,
frame_buffer = (uint8_t *) mmap(0, fb_size, PROT_READ | PROT_WRITE,
MAP_SHARED, fb_dev_fd, 0);
if (frame_buffer == (uint8_t *) -1) {
- mp_msg(MSGT_VO, MSGL_ERR, "Can't mmap %s: %s\n", fb_dev_name, strerror(errno));
- return 1;
+ mp_msg(MSGT_VO, MSGL_ERR, "Can't mmap %s: %s\n", fb_dev_name, strerror(errno));
+ return 1;
}
center = frame_buffer +