Merged 0004-Added-missing-trailing-newlines.patch by Matt Kern.

Just adding newlines at the end of files to satisfy old GCC versions.


git-svn-id: https://svn.kapsi.fi/jpa/nanopb@1021 e3a754e5-d11d-0410-8d38-ebb782a927b9
This commit is contained in:
Petteri Aimonen
2011-11-30 15:03:23 +00:00
parent e66675a25d
commit 2a80ff2bd5
3 changed files with 3 additions and 3 deletions

View File

@@ -88,4 +88,4 @@ int main()
return 1;
return 0;
}
}