Skip to content

Commit

Permalink
Add regexp error handler. Fixes issue #152.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kris Maglione committed Nov 4, 2009
1 parent 088a329 commit 7c154b9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cmd/wmii/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,11 @@ ErrorCode ignored_xerrors[] = {
{ 0, }
};

void
regerror(char *err) {
fprint(2, "%s: %s\n", argv0, err);
}

void
init_screens(void) {
Rectangle *rects;
Expand Down

0 comments on commit 7c154b9

Please sign in to comment.