We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cf0ec8 commit 5de642cCopy full SHA for 5de642c
libipm/scp_application_types.h
@@ -98,7 +98,7 @@ enum scp_screate_status
98
E_SCP_SCREATE_MAX_REACHED, ///< Max number of sessions already reached
99
E_SCP_SCREATE_NO_DISPLAY, ///< No X server display number is available
100
E_SCP_SCREATE_X_SERVER_FAIL, ///< X server could not be started
101
- E_SCP_SCREATE_SESSION_FAIL,///< The session failed quickly
+ E_SCP_SCREATE_SESSION_FAIL, ///< The session failed quickly
102
E_SCP_SCREATE_GENERAL_ERROR ///< An unspecific error has occurred
103
};
104
0 commit comments