mirror of
https://github.com/akuker/RASCSI.git
synced 2025-08-15 08:27:34 +00:00
Interface comment update
This commit is contained in:
@@ -142,7 +142,7 @@ message PbCommand {
|
|||||||
message PbResult {
|
message PbResult {
|
||||||
// false means that an error occurred
|
// false means that an error occurred
|
||||||
bool status = 1;
|
bool status = 1;
|
||||||
// The (error) message
|
// An error message or an information message, depending on status
|
||||||
string msg = 2;
|
string msg = 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user