From: Dave Airlie Date: Tue, 1 Sep 2009 00:50:40 +0000 (+1000) Subject: r300/compiler: fix warning due to no newline X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=31a5a9e9cc943ae38077658302e43c05b80983d7;p=mesa.git r300/compiler: fix warning due to no newline --- 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 */ +