diff options
| author | Stefan Monnier | 2012-03-25 16:37:21 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2012-03-25 16:37:21 -0400 |
| commit | 699c782b7668c44d0fa4446331b0590a6d5dac82 (patch) | |
| tree | 5dcce364741d0761920a3d274b0fc8aba4103d45 /admin/alloc-colors.c | |
| parent | 98fb480ee31bf74cf554044f60f21df16566dd7f (diff) | |
| parent | e99a9b8bdccadded1f6fae88ee7a2a93dfd4eacf (diff) | |
| download | emacs-pending.tar.gz emacs-pending.zip | |
Merge from trunkpending
Diffstat (limited to 'admin/alloc-colors.c')
| -rw-r--r-- | admin/alloc-colors.c | 5 |
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 | ||
| 3 | Copyright (C) 2001-2011 Free Software Foundation, Inc. | 3 | Copyright (C) 2001-2012 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
| @@ -40,7 +40,7 @@ void | |||
| 40 | usage (const char *progname) | 40 | usage (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 | |||