mirror of https://github.com/BOINC/boinc.git
Fix comment (text description function location)
This commit is contained in:
parent
a5ab520d18
commit
1a023a5a63
|
@ -43,7 +43,8 @@
|
||||||
// Function return values.
|
// Function return values.
|
||||||
// NOTE: add new errors to the end of the list and don't change
|
// NOTE: add new errors to the end of the list and don't change
|
||||||
// old error numbers to avoid confusion between versions.
|
// old error numbers to avoid confusion between versions.
|
||||||
// Add a text description of your error to boincerror() in util.C.
|
// Add a text description of your error to the text description
|
||||||
|
// function boincerror() in str_util.cpp.
|
||||||
//
|
//
|
||||||
#define BOINC_SUCCESS 0
|
#define BOINC_SUCCESS 0
|
||||||
#define ERR_SELECT -100
|
#define ERR_SELECT -100
|
||||||
|
|
Loading…
Reference in New Issue