blah
This commit is contained in:
2
main.c
2
main.c
@ -210,8 +210,6 @@ void parse_json(string* s, char* options, char* isbn_buf)
|
|||||||
fprintf(stderr, "Improper option provided!");
|
fprintf(stderr, "Improper option provided!");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
int main(int argc, char* argv[])
|
int main(int argc, char* argv[])
|
||||||
{
|
{
|
||||||
char isbn_buf[14]; // want to hold a max of 14 so we can hold up to ISBN13s
|
char isbn_buf[14]; // want to hold a max of 14 so we can hold up to ISBN13s
|
||||||
|
Reference in New Issue
Block a user