Commit f8500e2f authored by Pavel Tvrdík's avatar Pavel Tvrdík
Browse files

Add some return value to non-void function

parent b5e76398
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -44,7 +44,7 @@ struct krt_state {

static inline void krt_sys_init(struct krt_proto *p UNUSED) { }

static inline int krt_sys_get_attr(eattr *a UNUSED, byte *buf UNUSED, int buflen UNUSED) { }
static inline int krt_sys_get_attr(eattr *a UNUSED, byte *buf UNUSED, int buflen UNUSED) { return 0; }


#endif