From 0ff61967761ed599c287d72aeb4df41521e1607b Mon Sep 17 00:00:00 2001 From: Sears Russell Date: Mon, 27 Oct 2008 23:33:22 +0000 Subject: [PATCH] documentation fix --- stasis/page.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stasis/page.h b/stasis/page.h index 22976a9..8fbdd34 100644 --- a/stasis/page.h +++ b/stasis/page.h @@ -463,7 +463,7 @@ void stasis_page_deinit(); @par Registering new page type implementations Page implementations are registered with Stasis by passing a - page_impl struct into registerPageType(). page_impl.page_type + page_impl struct into stasis_page_impl_register(). page_impl.page_type should contain an integer that is unique across all page types, while the rest of the fields contain function pointers to the page type's implementation.