Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Dec 2002 12:42:07 +0100
From:      Emiel Kollof <coolvibe@hackerheaven.org>
To:        freebsd-stable@FreeBSD.ORG
Subject:   Re: More information (was Re: pthread woes)
Message-ID:  <20021220114207.GC80454@hackerheaven.org>
In-Reply-To: <20021220113825.GA80454@hackerheaven.org>
References:  <20021220013445.GA75547@hackerheaven.org> <20021220020545.GC75547@hackerheaven.org> <200212200333.04276.coolvibe@hackerheaven.org> <20021220113825.GA80454@hackerheaven.org>

next in thread | previous in thread | raw e-mail | index | archive | help
* Emiel Kollof (coolvibe@hackerheaven.org) wrote:

> --- test.c ---
> 
> char XOpenDisplay{};
> 
> int main() {
> 	XOpenDisplay();
> 	return 0;
> }
> --- end test.c ---

Duh, that should read:

- char XOpenDisplay{};
+ char XOpenDisplay();

:)

Cheers,
Emiel
-- 
Substitute "damn" every time you're inclined to write "very"; your
editor will delete it and the writing will be just as it should be.
		-- Mark Twain

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021220114207.GC80454>