aboutsummaryrefslogtreecommitdiff
path: root/e2fsprogs/uuid/unparse.c
diff options
context:
space:
mode:
Diffstat (limited to 'e2fsprogs/uuid/unparse.c')
-rw-r--r--e2fsprogs/uuid/unparse.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/e2fsprogs/uuid/unparse.c b/e2fsprogs/uuid/unparse.c
index c0e08ef49..a95bbb042 100644
--- a/e2fsprogs/uuid/unparse.c
+++ b/e2fsprogs/uuid/unparse.c
@@ -1,6 +1,6 @@
1/* 1/*
2 * unparse.c -- convert a UUID to string 2 * unparse.c -- convert a UUID to string
3 * 3 *
4 * Copyright (C) 1996, 1997 Theodore Ts'o. 4 * Copyright (C) 1996, 1997 Theodore Ts'o.
5 * 5 *
6 * %Begin-Header% 6 * %Begin-Header%
@@ -16,7 +16,7 @@
16 * 3. The name of the author may not be used to endorse or promote 16 * 3. The name of the author may not be used to endorse or promote
17 * products derived from this software without specific prior 17 * products derived from this software without specific prior
18 * written permission. 18 * written permission.
19 * 19 *
20 * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED 20 * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED
21 * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 21 * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
22 * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, ALL OF 22 * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, ALL OF
@@ -36,10 +36,10 @@
36 36
37#include "uuidP.h" 37#include "uuidP.h"
38 38
39static const char *fmt_lower = 39static const char *fmt_lower =
40 "%08x-%04x-%04x-%02x%02x-%02x%02x%02x%02x%02x%02x"; 40 "%08x-%04x-%04x-%02x%02x-%02x%02x%02x%02x%02x%02x";
41 41
42static const char *fmt_upper = 42static const char *fmt_upper =
43 "%08X-%04X-%04X-%02X%02X-%02X%02X%02X%02X%02X%02X"; 43 "%08X-%04X-%04X-%02X%02X-%02X%02X%02X%02X%02X%02X";
44 44
45#ifdef UUID_UNPARSE_DEFAULT_UPPER 45#ifdef UUID_UNPARSE_DEFAULT_UPPER