Skip to content

Commit c42544f

Browse files
authored
typo
1 parent 3456dfd commit c42544f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CCDB/src/CCDBDownloader.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ void onUVClose(uv_handle_t* handle)
177177
break;
178178
case UV_FS_POLL:
179179
delete (uv_fs_poll_t*)handle;
180-
return;
180+
break;
181181
case UV_SIGNAL:
182182
delete (uv_signal_t*)handle;
183183
break;

0 commit comments

Comments
 (0)