From 1a023a5a634c51dd6362525ffac68c1506410b47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rytis=20Slatkevi=C3=A8ius?= Date: Mon, 2 Nov 2015 13:28:14 +0200 Subject: [PATCH] Fix comment (text description function location) --- lib/error_numbers.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/error_numbers.h b/lib/error_numbers.h index fcc3ec44b6..a2c8fb5701 100644 --- a/lib/error_numbers.h +++ b/lib/error_numbers.h @@ -43,7 +43,8 @@ // Function return values. // NOTE: add new errors to the end of the list and don't change // 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 ERR_SELECT -100