]> git.ipfire.org Git - thirdparty/bash.git/blobdiff - lib/readline/mbutil.c
commit bash-20120614 snapshot
[thirdparty/bash.git] / lib / readline / mbutil.c
index 2dd732381a61e46511733608dd3157b74a2dd4e9..b036e0c3264fc71b7c5572d80c4b2e4c848df6ad 100644 (file)
@@ -266,7 +266,7 @@ _rl_compare_chars (buf1, pos1, ps1, buf2, pos2, ps2)
    if point is invalied (point < 0 || more than string length),
    it returns -1 */
 int
-_rl_adjust_point(string, point, ps)
+_rl_adjust_point (string, point, ps)
      char *string;
      int point;
      mbstate_t *ps;