Skip to content

Commit

Permalink
fixed .pod
Browse files Browse the repository at this point in the history
  • Loading branch information
dankogai committed Jan 12, 2012
1 parent 75b7474 commit 35e24e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README
Expand Up @@ -6,7 +6,7 @@ SYNOPSIS
int bucketsort(
void **base,
size_t nmemb,
keyaccessor_t key
keyaccessor_t key,
indexer_t idx,
comparator_t cmp
);
Expand Down
2 changes: 1 addition & 1 deletion bucketsort.pod
Expand Up @@ -8,7 +8,7 @@ bucketsort - bucket sort
int bucketsort(
void **base,
size_t nmemb,
keyaccessor_t key
keyaccessor_t key,
indexer_t idx,
comparator_t cmp
);
Expand Down

0 comments on commit 35e24e5

Please sign in to comment.