Skip to content

Commit

Permalink
Labels should not appear in front of variables, clang can be strict o…
Browse files Browse the repository at this point in the history
…n this.
  • Loading branch information
mywave82 committed Feb 19, 2024
1 parent 2485703 commit 93ec77f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions filesel/filesystem-rpg.c
Original file line number Diff line number Diff line change
Expand Up @@ -609,11 +609,10 @@ static int rpg_dir_readdir_iterate (ocpdirhandle_pt _self)
self->dir->owner->archive_filehandle->seek_set (self->dir->owner->archive_filehandle, self->nextheader_offset);
if (self->dir->owner->archive_filehandle->read (self->dir->owner->archive_filehandle, header, sizeof (header)) < 6)
{
finished:
const char *filename;
uint8_t *metadata = 0;
size_t metadatasize = 0;

finished:
self->dir->owner->ready = 1;
rpg_instance_encode_blob (self->dir->owner, &metadata, &metadatasize);
if (metadata)
Expand Down

0 comments on commit 93ec77f

Please sign in to comment.