summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2009-05-02 18:46:00 -0400
committerGravatar Adam Chlipala <adamc@hcoop.net>2009-05-02 18:46:00 -0400
commit2ba19da96841516c4eb353a61221c0a2c56721f4 (patch)
tree78c7997fc3428a75364f0c01ca9089a3d786619e /src
parent7e186f985bb40643125951d0dd944c8f2d31805b (diff)
Update FFI type of Basis.self
Diffstat (limited to 'src')
-rw-r--r--src/c/urweb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/c/urweb.c b/src/c/urweb.c
index 038f2549..75d42a6c 100644
--- a/src/c/urweb.c
+++ b/src/c/urweb.c
@@ -575,7 +575,7 @@ failure_kind uw_begin(uw_context ctx, char *path) {
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");