Skip to content

Commit 8cd4b94

Browse files
committed
fix missing return
1 parent b18c571 commit 8cd4b94

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Adafruit_ESP32_Arduino_Demos/streaming_podcast_player/streaming_podcast_player.ino

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,4 +285,5 @@ bool splitURL(String url, char **host, int *port, char **path){
285285
}
286286
*path = (char *)malloc(url.length()+1);
287287
url.toCharArray(*path, url.length()+1);
288+
return true;
288289
}

0 commit comments

Comments
 (0)