Get rid of some extra semicolons.

This commit is contained in:
Solomon Peachy 2016-12-15 09:37:31 -05:00
parent 6aff01fdd1
commit 182754c549
5 changed files with 5 additions and 5 deletions

View File

@ -168,7 +168,7 @@ static int parse1284_data(const char *device_id, struct deviceid_dict* dict)
break;
}
return num;
};
}
static char *dict_find(const char *key, int dlen, struct deviceid_dict* dict)
{

View File

@ -181,7 +181,7 @@ struct mitsu70x_jobstatus {
struct mitsu70x_job {
uint16_t id; /* BE */
uint8_t status[4];
} __attribute__((packed));;
} __attribute__((packed));
#define NUM_JOBS 170

View File

@ -163,7 +163,7 @@ static char *cmd_names(uint16_t v) {
default:
return "Unknown Command";
}
};
}
struct s2145_print_cmd {
struct s2145_cmd_hdr hdr;

View File

@ -365,7 +365,7 @@ static char *cmd_names(uint16_t v) {
default:
return "Unknown Command";
}
};
}
struct s6145_print_cmd {
struct s6145_cmd_hdr hdr;

View File

@ -178,7 +178,7 @@ static char *cmd_names(uint16_t v) {
default:
return "Unknown Command";
}
};
}
struct s6245_print_cmd {
struct s6245_cmd_hdr hdr;