Mercurial > urweb
diff src/c/urweb.c @ 772:8ed1261f838c
Update FFI type of Basis.self
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Sat, 02 May 2009 18:46:00 -0400 |
parents | eac1974924bb |
children | d20d6afc1206 |
line wrap: on
line diff
--- a/src/c/urweb.c Sat May 02 18:41:21 2009 -0400 +++ b/src/c/urweb.c Sat May 02 18:46:00 2009 -0400 @@ -575,7 +575,7 @@ return r; } -uw_Basis_client uw_Basis_self(uw_context ctx, uw_unit u) { +uw_Basis_client uw_Basis_self(uw_context ctx) { if (ctx->client == NULL) uw_error(ctx, FATAL, "Call to Basis.self() from page that has only server-side code");