mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
lib/util.h: fix typo.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
c7af7f0bbd
commit
f5399c6d4d
@ -54,7 +54,7 @@
|
||||
*/
|
||||
#define _GL_CMP(n1, n2) (((n1) > (n2)) - ((n1) < (n2)))
|
||||
|
||||
/* Difference of zero */
|
||||
/* Difference or zero */
|
||||
#define DOZ(a, b) ((a) > (b) ? (a) - (b) : 0)
|
||||
|
||||
/*** enums ***************************************************************************************/
|
||||
|
Loading…
Reference in New Issue
Block a user