From 31a5a9e9cc943ae38077658302e43c05b80983d7 Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Tue, 1 Sep 2009 10:50:40 +1000 Subject: [PATCH] r300/compiler: fix warning due to no newline --- src/mesa/drivers/dri/r300/compiler/radeon_code.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/mesa/drivers/dri/r300/compiler/radeon_code.h b/src/mesa/drivers/dri/r300/compiler/radeon_code.h index 0806fb1b5c6..3e88554ba19 100644 --- a/src/mesa/drivers/dri/r300/compiler/radeon_code.h +++ b/src/mesa/drivers/dri/r300/compiler/radeon_code.h @@ -203,4 +203,5 @@ struct r300_vertex_program_code { void r300_vertex_program_dump(struct r300_vertex_program_code * vs); -#endif /* RADEON_CODE_H */ \ No newline at end of file +#endif /* RADEON_CODE_H */ + -- 2.30.2