X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=lib-ui%2Fenter.c;h=0d61f2d110d5064127205d6b67a68a2c45e109cf;hp=d42c8554e555293c0079e2bc34e49fb8d9511593;hb=3a6261dd05abe2c2c3da12f6c337a397f612ceac;hpb=98cf5779d8184a74541be1bc61d15c5f35efd310 diff --git a/lib-ui/enter.c b/lib-ui/enter.c index d42c855..0d61f2d 100644 --- a/lib-ui/enter.c +++ b/lib-ui/enter.c @@ -177,7 +177,7 @@ int mutt_enter_string (char *buf, size_t buflen, int y, int x, int flags) int rv; ENTER_STATE *es = mutt_new_enter_state (); - rv = _mutt_enter_string (buf, buflen, y, x, flags, 0, NULL, NULL, es); + rv = _mutt_enter_string(buf, buflen, y, x, flags, 0, NULL, NULL, es); mutt_free_enter_state (&es); return rv; }