Fix comment (text description function location)

This commit is contained in:
Rytis Slatkevièius 2015-11-02 13:28:14 +02:00
parent a5ab520d18
commit 1a023a5a63
1 changed files with 2 additions and 1 deletions

View File

@ -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