Commit e42bcd96 authored by inaam's avatar inaam

branches/zip

Remove redundant TRUE : FALSE from the return statement
parent 089cf5c0
...@@ -200,7 +200,7 @@ buf_read_page( ...@@ -200,7 +200,7 @@ buf_read_page(
/* Increment number of I/O operations used for LRU policy. */ /* Increment number of I/O operations used for LRU policy. */
buf_LRU_stat_inc_io(); buf_LRU_stat_inc_io();
return(count > 0 ? TRUE : FALSE); return(count > 0);
} }
/********************************************************************//** /********************************************************************//**
......
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