Commit eec6c68e authored by Alessandro Rubini's avatar Alessandro Rubini

trivial: fix name a static variable

Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent ff772ebf
......@@ -50,7 +50,7 @@ static int cmd_syslog(const char *args[])
return 0;
}
DEFINE_WRC_COMMAND(mac) = {
DEFINE_WRC_COMMAND(syslog) = {
.name = "syslog",
.exec = cmd_syslog,
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment