Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
jlaffaye committed Jan 24, 2011
1 parent 0aeaa8b commit e2b6fdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/manifest.c
Expand Up @@ -29,7 +29,7 @@ START_TEST(parse_manifest)
struct pkg **deps;
struct pkg_conflict **conflicts;
struct pkg_exec **execs;
struct pkg_options **options;
struct pkg_option **options;
int i;

fail_unless(pkg_new(&p) == 0);
Expand Down

0 comments on commit e2b6fdc

Please sign in to comment.