Parent: 0b9e64bed3db00188554aaac6251568892eedee1
Author: Szymon Janc <szymon.janc@tieto.com>
Committer: Johan Hedberg <jh@dell.(none)>
Date: 2011-05-15 01:47:05
Tree: 7d0c8554abad07ee5a5b770286cf113dc4e8817b
Fix empty parameter list in functions declarations Use foo(void) instead of foo() for parameterless functions declaration. This allows compiler to check if foo is called without parameters.
Diffstat
| M | audio/control.c | | | 4 | ++- - |
| M | audio/telephony-ofono.c | | | 2 | +- |
| M | health/hdp.c | | | 8 | ++++- - - - |
| M | health/hdp.h | | | 2 | +- |
| M | src/sdp-xml.c | | | 2 | +- |
| M | src/sdp-xml.h | | | 2 | +- |
| M | src/sdpd-service.c | | | 2 | +- |
| M | src/sdpd.h | | | 2 | +- |
8 files changed, 12 insertions(+), 12 deletions(-)