]> git.ipfire.org Git - thirdparty/systemd.git/commit
core: return 0 from device_serialize()
authorDaniel Mack <daniel@zonque.org>
Fri, 24 Apr 2015 14:14:48 +0000 (16:14 +0200)
committerDaniel Mack <daniel@zonque.org>
Fri, 24 Apr 2015 14:14:48 +0000 (16:14 +0200)
commit0108f6ecc85eccc0177579f575d7bc3d56d43bc6
treefa8e2faa5dcbdd9412efd76cf767de8e39ba693b
parentbe847e82cf95bf8eb589778df2aa2b3d1d7ae99e
core: return 0 from device_serialize()

Fixes:

  CC       src/core/libsystemd_core_la-device.lo
src/core/device.c: In function 'device_serialize':
src/core/device.c:169:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
src/core/device.c