summaryrefslogtreecommitdiff
path: root/frontends/monkey/401login.c
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/monkey/401login.c')
-rw-r--r--frontends/monkey/401login.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/monkey/401login.c b/frontends/monkey/401login.c
index 1629425f6..9c3b21f1f 100644
--- a/frontends/monkey/401login.c
+++ b/frontends/monkey/401login.c
@@ -56,7 +56,7 @@ gui_401login_open(struct nsurl *url,
{
struct monkey401 *m401_ctx;
- m401_ctx = calloc(sizeof(*m401_ctx), 1);
+ m401_ctx = calloc(1, sizeof(*m401_ctx));
if (m401_ctx == NULL) {
return NSERROR_NOMEM;
}