forked from pool/findutils
32 lines
710 B
Diff
32 lines
710 B
Diff
Index: lib/regexprops.c
|
|
================================================================================
|
|
--- lib/regexprops.c
|
|
+++ lib/regexprops.c
|
|
@@ -144,7 +144,7 @@ static void newpara()
|
|
}
|
|
|
|
|
|
-static int describe_regex_syntax(int options)
|
|
+static void describe_regex_syntax(int options)
|
|
{
|
|
newpara();
|
|
content("The character @samp{.} matches any single character");
|
|
@@ -435,7 +435,7 @@ static int describe_regex_syntax(int opt
|
|
|
|
|
|
|
|
-static int menu()
|
|
+static void menu()
|
|
{
|
|
int i, options;
|
|
const char *name;
|
|
@@ -456,7 +456,7 @@ static int menu()
|
|
}
|
|
|
|
|
|
-static int describe_all(const char *up)
|
|
+static void describe_all(const char *up)
|
|
{
|
|
const char *name, *next, *previous;
|
|
int options;
|