summaryrefslogtreecommitdiff
path: root/ownership.c
diff options
context:
space:
mode:
Diffstat (limited to 'ownership.c')
-rw-r--r--ownership.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ownership.c b/ownership.c
index 901cbf4..d79af12 100644
--- a/ownership.c
+++ b/ownership.c
@@ -115,7 +115,7 @@ static int parse_command_line(int argc, char * const argv[])
{
int option;
const char *optstring = "d:hV";
- struct option longopts[]={
+ struct option longopts[] = {
{ "dev-mem", required_argument, NULL, 'd' },
{ "help", no_argument, NULL, 'h' },
{ "version", no_argument, NULL, 'V' },