X-Git-Url: http://git.madism.org/?a=blobdiff_plain;ds=sidebyside;f=lib-ui%2Fenter.c;h=0d61f2d110d5064127205d6b67a68a2c45e109cf;hb=e7a772dca1b86e4036d25038ee67aa34dd217c07;hp=d42c8554e555293c0079e2bc34e49fb8d9511593;hpb=98cf5779d8184a74541be1bc61d15c5f35efd310;p=apps%2Fmadmutt.git 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; }