aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/pvr/pdump/handle.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/pvr/pdump/handle.c')
-rw-r--r--drivers/gpu/pvr/pdump/handle.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/pvr/pdump/handle.c b/drivers/gpu/pvr/pdump/handle.c
index dceeab886c1..8ba44df7055 100644
--- a/drivers/gpu/pvr/pdump/handle.c
+++ b/drivers/gpu/pvr/pdump/handle.c
@@ -1,6 +1,6 @@
1/********************************************************************** 1/**********************************************************************
2 * 2 *
3 * Copyright(c) 2008 Imagination Technologies Ltd. All rights reserved. 3 * Copyright (C) Imagination Technologies Ltd. All rights reserved.
4 * 4 *
5 * This program is free software; you can redistribute it and/or modify it 5 * This program is free software; you can redistribute it and/or modify it
6 * under the terms and conditions of the GNU General Public License, 6 * under the terms and conditions of the GNU General Public License,
@@ -68,7 +68,7 @@ PDBG_STREAM SID2PStream(IMG_SID hStream)
68 } 68 }
69 else 69 else
70 { 70 {
71 return (PDBG_STREAM)IMG_NULL; 71 return (PDBG_STREAM)IMG_NULL;
72 } 72 }
73} 73}
74 74