# HG changeset patch # User John Tsiombikas # Date 1421040870 -7200 # Node ID bd37285ba5b62d15752bb68d9aea7524cc04394e # Parent 7f9cc8a4d3a560faf8d87a5defb2633026bb7007 fixed missing newline at the end of opt.c diff -r 7f9cc8a4d3a5 -r bd37285ba5b6 src/opt.c --- a/src/opt.c Mon Jan 12 07:16:39 2015 +0200 +++ b/src/opt.c Mon Jan 12 07:34:30 2015 +0200 @@ -137,4 +137,4 @@ val[i] = opt->vval[i]; } return 0; -} \ No newline at end of file +}