Skip to content

Commit 4efda48

Browse files
committed
RPC: no plurals in enums
1 parent fc7f5c8 commit 4efda48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

applications/services/rpc/rpc_app_error_codes.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ typedef enum {
88
RpcAppSystemErrorCodeParseFile, /** File parsing error, or wrong file structure, or missing required parameters. more accurate data can be obtained through the debug port */
99
RpcAppSystemErrorCodeRegionLock, /** Requested function is blocked by regional settings */
1010
RpcAppSystemErrorCodeInternalParse, /** Error in protocol parameters description, or some data in opened file are unsupported */
11-
} RpcAppSystemErrorCodes;
11+
} RpcAppSystemErrorCode;

0 commit comments

Comments
 (0)