]> sigrok.org Git - libserialport.git/commit
Fix a compiler warning.
authorUwe Hermann <redacted>
Fri, 3 Apr 2015 15:45:04 +0000 (17:45 +0200)
committerUwe Hermann <redacted>
Fri, 3 Apr 2015 18:50:22 +0000 (20:50 +0200)
commite019e72ec0bb04cb52d6b14810485ea8d96a97ee
tree66a15131532607ac90b4652676dd84760f666fc5
parentb344a40bb2c4ba82b3c51e7fb893d872a6302089
Fix a compiler warning.

This fixes the following scan-build warning:

  serialport.c: In function 'sp_list_ports':
  serialport.c:354:1: warning: control reaches end of non-void function [-Wreturn-type]
libserialport_internal.h