Skip to content

Commit 449c73f

Browse files
committed
fix typo
1 parent 9f74f28 commit 449c73f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/omxplayer_video_player.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1088,7 +1088,7 @@ static int on_create(
10881088
player->player_id = omxpvidpp.next_unused_player_id++;
10891089
player->mgr = mgr;
10901090
if (asset != NULL) {
1091-
snprintf(player->video_uri, ,sizeof(player->video_uri), "%s/%s", flutterpi.flutter.asset_bundle_path, asset);
1091+
snprintf(player->video_uri, sizeof(player->video_uri), "%s/%s", flutterpi.flutter.asset_bundle_path, asset);
10921092
} else {
10931093
strncpy(player->video_uri, uri, sizeof(player->video_uri));
10941094
}

0 commit comments

Comments
 (0)