From adce93a2de262a450f3b272e7bba3f8fdeaf52e2 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Sat, 23 Jul 2011 16:02:10 +0900 Subject: [PATCH] Change a note to a warning. --- include/netchan.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/netchan.h b/include/netchan.h index 98de36561..88ea2e484 100644 --- a/include/netchan.h +++ b/include/netchan.h @@ -122,8 +122,8 @@ const char *NET_AdrToString (netadr_t a); Do not include the port number in the string. - \note The return value is a pointer to a static buffer. The returned - string must be saved if mixing calls with different addresses. + \warning The return value is a pointer to a static buffer. The returned + string must be saved if mixing calls with different addresses. \param a The address to convert \return The address in human readable form.