diff --git a/src/checkother.h b/src/checkother.h index 97822c1cc..7fa2562d8 100644 --- a/src/checkother.h +++ b/src/checkother.h @@ -174,7 +174,7 @@ private: " * C-style pointer cast in cpp file\n" " * redundant if\n" " * bad usage of the function 'strtol'\n" - " * bad usage of the function 'sprintf' (overlapping data)\n" + " * [[OverlappingData|bad usage of the function 'sprintf' (overlapping data)]]\n" " * division with zero\n" " * [[CheckUnsignedDivision|unsigned division]]\n" " * unused struct member\n"