aboutsummaryrefslogtreecommitdiffstats
path: root/admin/alloc-colors.c
diff options
context:
space:
mode:
authorStefan Monnier2012-03-25 16:37:21 -0400
committerStefan Monnier2012-03-25 16:37:21 -0400
commit699c782b7668c44d0fa4446331b0590a6d5dac82 (patch)
tree5dcce364741d0761920a3d274b0fc8aba4103d45 /admin/alloc-colors.c
parent98fb480ee31bf74cf554044f60f21df16566dd7f (diff)
parente99a9b8bdccadded1f6fae88ee7a2a93dfd4eacf (diff)
downloademacs-pending.tar.gz
emacs-pending.zip
Merge from trunkpending
Diffstat (limited to 'admin/alloc-colors.c')
-rw-r--r--admin/alloc-colors.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/admin/alloc-colors.c b/admin/alloc-colors.c
index e09ddd62b97..2ad5acadcb0 100644
--- a/admin/alloc-colors.c
+++ b/admin/alloc-colors.c
@@ -1,6 +1,6 @@
1/* Allocate X colors. Used for testing with dense colormaps. 1/* Allocate X colors. Used for testing with dense colormaps.
2 2
3Copyright (C) 2001-2011 Free Software Foundation, Inc. 3Copyright (C) 2001-2012 Free Software Foundation, Inc.
4 4
5This file is part of GNU Emacs. 5This file is part of GNU Emacs.
6 6
@@ -40,7 +40,7 @@ void
40usage (const char *progname) 40usage (const char *progname)
41{ 41{
42 fprintf (stderr, "Usage %s options\n", progname); 42 fprintf (stderr, "Usage %s options\n", progname);
43 fprintf (stderr, "-n NCOLORS allcoate NCOLORS colors\n"); 43 fprintf (stderr, "-n NCOLORS allocate NCOLORS colors\n");
44 exit (1); 44 exit (1);
45} 45}
46 46
@@ -111,4 +111,3 @@ main (int argc, char **argv)
111 XCloseDisplay (dpy); 111 XCloseDisplay (dpy);
112 return 0; 112 return 0;
113} 113}
114