Skip to content

Commit 78986c6

Browse files
authored
Update entservices_errorcodes.h
1 parent e2de366 commit 78986c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apis/entservices_errorcodes.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// 1. The single source of truth: a list of all errors.
77
#define ERROR_LIST \
88
X(ERROR_INVALID_DEVICENAME, "Invalid device name") \
9-
X(ERROR_INVALID_MOUNTPOINT, "Invalid mount path") \
9+
X(ERROR_INVALID_MOUNTPOINT, "Invalid mount path") \
1010
X(ERROR_FIRMWAREUPDATE_INPROGRESS, "Firmware update already in progress") \
1111
X(ERROR_FIRMWAREUPDATE_UPTODATE, "Firmware is already upto date") \
1212
X(ERROR_FILE_IO, "File Read or Write error") \

0 commit comments

Comments
 (0)