projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b9b62a
)
Replace missing character deleted in error.
author
Ben Laurie
<ben@openssl.org>
Tue, 28 Jun 2005 12:53:33 +0000
(12:53 +0000)
committer
Ben Laurie
<ben@openssl.org>
Tue, 28 Jun 2005 12:53:33 +0000
(12:53 +0000)
crypto/pqueue/pqueue.c
patch
|
blob
|
history
diff --git
a/crypto/pqueue/pqueue.c
b/crypto/pqueue/pqueue.c
index 1d6995236203e62af586e075c8975c1a5630b93f..5cc18527f8da8f1e80084ebb4c41b69ff7a061c9 100644
(file)
--- a/
crypto/pqueue/pqueue.c
+++ b/
crypto/pqueue/pqueue.c
@@
-207,7
+207,7
@@
pqueue_print(pqueue_s *pq)
while(item != NULL)
{
- printf("item" PQ_64BIT_PRINT "\n", item->priority);
+ printf("item
\t
" PQ_64BIT_PRINT "\n", item->priority);
item = item->next;
}
}