blah
This commit is contained in:
parent
75fa7b79d1
commit
37a9a106f6
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user