Add avrusbboot (#3389)
[openwrt/svn-archive/archive.git] / utils / avrusbboot / patches / 002-fix_compilation.patch
1 diff -ruN avrusbboot.2006-06-25-orig/software/main.cpp avrusbboot.2006-06-25-work/software/main.cpp
2 --- avrusbboot.2006-06-25-orig/software/main.cpp 2006-06-25 09:33:13.000000000 +0200
3 +++ avrusbboot.2006-06-25-work/software/main.cpp 2008-05-01 17:25:30.000000000 +0200
4 @@ -39,4 +39,4 @@
5 }
6
7 return 0;
8 -};
9 +}