diff options
Diffstat (limited to 'e2fsprogs/uuid/compare.c')
-rw-r--r-- | e2fsprogs/uuid/compare.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/e2fsprogs/uuid/compare.c b/e2fsprogs/uuid/compare.c index 2be9e90a3..348ea7c1f 100644 --- a/e2fsprogs/uuid/compare.c +++ b/e2fsprogs/uuid/compare.c | |||
@@ -38,7 +38,7 @@ | |||
38 | #include "uuidP.h" | 38 | #include "uuidP.h" |
39 | #include <string.h> | 39 | #include <string.h> |
40 | 40 | ||
41 | #define UUCMP(u1,u2) if (u1 != u2) return((u1 < u2) ? -1 : 1); | 41 | #define UUCMP(u1,u2) if (u1 != u2) return (u1 < u2) ? -1 : 1; |
42 | 42 | ||
43 | int uuid_compare(const uuid_t uu1, const uuid_t uu2) | 43 | int uuid_compare(const uuid_t uu1, const uuid_t uu2) |
44 | { | 44 | { |