summaryrefslogtreecommitdiff
path: root/src/list.c
diff options
context:
space:
mode:
authorKaleb Keithley <kaleb@freedesktop.org>2003-11-26 22:49:10 +0000
committerKaleb Keithley <kaleb@freedesktop.org>2003-11-26 22:49:10 +0000
commit743f4680b547e4d9f4addb9b6525bc9a7fb33a0c (patch)
treeed924da0c789e5c28a6a517b169d18216362b832 /src/list.c
parent22e912f7338ee41bd0f84f4330f4e8bc0c7501d9 (diff)
merge latest (4.3.99.16) from XFree86 (vendor) branch
Diffstat (limited to 'src/list.c')
-rw-r--r--src/list.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/list.c b/src/list.c
index 4aabbad..b392a1b 100644
--- a/src/list.c
+++ b/src/list.c
@@ -48,7 +48,7 @@ in this Software without prior written authorization from The Open Group.
/** TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE **/
/** OR PERFORMANCE OF THIS SOFTWARE. **/
/*****************************************************************************/
-/* $XFree86: xc/programs/twm/list.c,v 1.8 2002/09/24 21:00:27 tsi Exp $ */
+/* $XFree86: xc/programs/twm/list.c,v 1.9 2003/04/21 11:46:13 herrb Exp $ */
/**********************************************************************
@@ -110,7 +110,7 @@ char *ptr;
twmrc_error_prefix();
fprintf (stderr, "unable to allocate %ld bytes for name_list\n",
(unsigned long)sizeof(name_list));
- Done(0);
+ Done(NULL, NULL);
}
nptr->next = *list_head;