From d776d94b1201ce36a383726fa2532b51dc03b2ed Mon Sep 17 00:00:00 2001 From: rexim Date: Mon, 5 Nov 2018 19:17:35 +0700 Subject: [PATCH] TODO(#475) --- src/system/error.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/system/error.h b/src/system/error.h index 2d3cf80f..8ca7a345 100644 --- a/src/system/error.h +++ b/src/system/error.h @@ -1,7 +1,7 @@ #ifndef ERROR_H_ #define ERROR_H_ -// TODO: system/error is useless and should be replaced with logging wrappers (similar to system/nth_alloc) +// TODO(#475): system/error is useless and should be replaced with logging wrappers (similar to system/nth_alloc) typedef enum Error_type { ERROR_TYPE_OK = 0, -- 2.44.0