Skip to content
Snippets Groups Projects
Commit efa828b3 authored by rswindell's avatar rswindell
Browse files

Fixed typo in last commit.

parent 091a3ea3
No related branches found
No related tags found
No related merge requests found
......@@ -87,7 +87,7 @@ void wsetcolor(WINDOW *win, int fg, int bg) {
wbkgdset(win, colour);
}
void drawchatwin(WINDOW **uwin, WINDOW **swin, box_t *boxch, const char* topnmae, const char* botname) {
void drawchatwin(WINDOW **uwin, WINDOW **swin, box_t *boxch, const char* topname, const char* botname) {
int maxy,maxx;
endwin();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment