]> git.wh0rd.org Git - nano.git/commitdiff
cosmetic fix
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Fri, 6 May 2005 17:03:53 +0000 (17:03 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Fri, 6 May 2005 17:03:53 +0000 (17:03 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2502 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/search.c

index 696e23498434968edd58d0b471e1b647c62098cc..ac8888e8a397d8b72c859af089eb1a368150910c 100644 (file)
@@ -1232,7 +1232,7 @@ char *get_history_completion(historyheadtype *h, char *s)
            return p->data;
        }
     }
-    h->current = (historytype*)h;
+    h->current = (historytype *)h;
     null_at(&s, h->len);
     return s;
 }