Commit a512de67 authored by marko's avatar marko

branches/zip: buf_validate(): Add missing out: comment.

parent 5c2c89e3
...@@ -3275,6 +3275,7 @@ UNIV_INTERN ...@@ -3275,6 +3275,7 @@ UNIV_INTERN
ibool ibool
buf_validate(void) buf_validate(void)
/*==============*/ /*==============*/
/* out: TRUE */
{ {
buf_page_t* b; buf_page_t* b;
buf_chunk_t* chunk; buf_chunk_t* chunk;
......
...@@ -529,6 +529,7 @@ UNIV_INTERN ...@@ -529,6 +529,7 @@ UNIV_INTERN
ibool ibool
buf_validate(void); buf_validate(void);
/*==============*/ /*==============*/
/* out: TRUE */
#endif /* UNIV_DEBUG || UNIV_BUF_DEBUG */ #endif /* UNIV_DEBUG || UNIV_BUF_DEBUG */
#if defined UNIV_DEBUG_PRINT || defined UNIV_DEBUG || defined UNIV_BUF_DEBUG #if defined UNIV_DEBUG_PRINT || defined UNIV_DEBUG || defined UNIV_BUF_DEBUG
/************************************************************************* /*************************************************************************
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment