diff options
author | Adam Chlipala <adamc@hcoop.net> | 2009-05-02 18:46:00 -0400 |
---|---|---|
committer | Adam Chlipala <adamc@hcoop.net> | 2009-05-02 18:46:00 -0400 |
commit | 9d959303231d6790e9ffbc631e775abbeaee4584 (patch) | |
tree | 78c7997fc3428a75364f0c01ca9089a3d786619e /src | |
parent | 5bec72c1ee13e48a9e11c3c1b924020436c827fe (diff) |
Update FFI type of Basis.self
Diffstat (limited to 'src')
-rw-r--r-- | src/c/urweb.c | 2 |
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"); |