Skip to content

Commit 4a2d40b

Browse files
committed
Remove the comma at the end of enum vfs_scheme in libretro-common/include/vfs/vfs.h
1 parent 07b9202 commit 4a2d40b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • libretro-common/include/vfs

libretro-common/include/vfs/vfs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ enum vfs_scheme
6060
{
6161
VFS_SCHEME_NONE = 0,
6262
VFS_SCHEME_CDROM,
63-
VFS_SCHEME_SAF,
63+
VFS_SCHEME_SAF
6464
};
6565

6666
#if !(defined(__WINRT__) && defined(__cplusplus_winrt))

0 commit comments

Comments
 (0)