libgoatvr

changeset 22:bd37285ba5b6

fixed missing newline at the end of opt.c
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 12 Jan 2015 07:34:30 +0200
parents 7f9cc8a4d3a5
children 0fea7c2b25d7
files src/opt.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/src/opt.c	Mon Jan 12 07:16:39 2015 +0200
     1.2 +++ b/src/opt.c	Mon Jan 12 07:34:30 2015 +0200
     1.3 @@ -137,4 +137,4 @@
     1.4  		val[i] = opt->vval[i];
     1.5  	}
     1.6  	return 0;
     1.7 -}
     1.8 \ No newline at end of file
     1.9 +}