summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3360f44)
raw | patch | inline | side by side (parent: 3360f44)
author | Jonas Fonseca <fonseca@diku.dk> | |
Sun, 10 Sep 2006 22:31:24 +0000 (00:31 +0200) | ||
committer | Jonas Fonseca <fonseca@antimatter.localdomain> | |
Sun, 10 Sep 2006 22:31:24 +0000 (00:31 +0200) |
tig.c | patch | blob | history |
index e78c26c2377d64520123a9607dbdc1cd33cc27ea..4f43681040b85ef66d7bfb33b4581c0afa5fd5c1 100644 (file)
--- a/tig.c
+++ b/tig.c
char buf[SIZEOF_STR] = "unknown error";
regerror(regex_err, &view->regex, buf, sizeof(buf));
- report("Search failed: %s", buf);;
+ report("Search failed: %s", buf);
return;
}