diff options
author | Felix Yan <felixonmars@archlinux.org> | 2020-08-06 16:03:38 +0000 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2020-08-06 17:23:53 +0000 |
commit | 29a8251a456bb7dc10146b4713f499a624d6dacd (patch) | |
tree | 8d15f4596a7820bfbb74cc3fdcf6d9ee76bba088 /src | |
parent | 0d8f038db83f68724a84ef9d4ccd0d5e33ec6a70 (diff) |
Correct a typo in GetStCmap.c
Diffstat (limited to 'src')
-rw-r--r-- | src/GetStCmap.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/GetStCmap.c b/src/GetStCmap.c index 1cb1e0f0..74281254 100644 --- a/src/GetStCmap.c +++ b/src/GetStCmap.c @@ -1,4 +1,3 @@ - /*********************************************************** Copyright 1987, 1998 The Open Group @@ -111,7 +110,7 @@ Status XGetStandardColormap ( cmap->blue_mult = use->blue_mult; cmap->base_pixel = use->base_pixel; - Xfree (stdcmaps); /* don't need alloced memory */ + Xfree (stdcmaps); /* don't need allocated memory */ } return stat; } |