mirror of
https://github.com/switchbrew/libnx.git
synced 2025-07-03 01:52:14 +02:00
add trailing comma
This commit is contained in:
parent
8770dc6a82
commit
34033b094b
@ -16,7 +16,7 @@ typedef enum {
|
||||
FriendsServiceType_Viewer = 1, ///< Initializes friend:v
|
||||
FriendsServiceType_Manager = 2, ///< Initializes friend:m
|
||||
FriendsServiceType_System = 3, ///< Initializes friend:s
|
||||
FriendsServiceType_Administrator = 4 ///< Initializes friend:a
|
||||
FriendsServiceType_Administrator = 4, ///< Initializes friend:a
|
||||
} FriendsServiceType;
|
||||
|
||||
/// InAppScreenName
|
||||
|
Loading…
Reference in New Issue
Block a user