From 08ab25168eff39872ca2d8a8e14da6983e1c01bd Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Sat, 9 Sep 2006 17:20:32 +0000 Subject: [PATCH] * Oops, thinko in the migration doc. --- doc/migrating.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/migrating.dox b/doc/migrating.dox index 12303b8..b02ac89 100644 --- a/doc/migrating.dox +++ b/doc/migrating.dox @@ -98,7 +98,7 @@ int main(void) \code #include -#ifndef CACA_API_VERSION_1 +#ifdef CACA_API_VERSION_1 # include #endif