From: Matthias A. <mat...@gm...> - 2011-08-26 11:24:36
|
Am 26.08.2011 10:13, schrieb Thomas Jarosch: > Hello Matthias, > > attached are three small patches against the "master" branch. > > They just do some cleanup which came up after an > automatic code audit with "cppcheck". Merged with one additional fix-up, thank you. In a function returning "void" you can't "return NULL;" but you just "return;". :) > Overall the code quality is pretty good :) Perhaps according to what cppcheck believes, but you haven't really read sink.c yet... |