Skip to content
Snippets Groups Projects
Commit 3af1def4 authored by Gregory Nutt's avatar Gregory Nutt
Browse files

Fix an error in a function prototype

parent fc0c775b
No related branches found
No related tags found
No related merge requests found
......@@ -117,7 +117,7 @@ static int mtdconfig_open(FAR struct file *filep);
static int mtdconfig_close(FAR struct file *filep);
static ssize_t mtdconfig_read(FAR struct file *filep, FAR char *buffer,
size_t buflen);
static ssize_t mtdconfig_ioctl(FAR struct file *filep, int cmd,
static int mtdconfig_ioctl(FAR struct file *filep, int cmd,
unsigned long arg);
#ifndef CONFIG_DISABLE_POLL
static int mtdconfig_poll(FAR struct file *filep, FAR struct pollfd *fds,
......
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