commit | 6670e52d32351145a6b6c198dab3f6a536edf3db | [log] [tgz] |
---|---|---|
author | Raymond Toy <rtoy@chromium.org> | Fri Jan 08 23:27:56 2016 |
committer | Raymond Toy <rtoy@chromium.org> | Fri Jan 08 23:27:56 2016 |
tree | d750f79cb96f293bfdb1db4e67ab7a0b42b08061 | |
parent | ff8766d39ce6b9c1c59fd6b752833e138852e778 [diff] |
Fix return type to be void. Missing return type causes warning (which is treated as an error) when compiling with Clang. BUG=chromium:539781 R=rtoy@google.com Review URL: https://codereview.webrtc.org/1578463002 .