Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
61bccb10
...
61bccb105baae9104f44bb7da090f9ca05b66bf0
authored
2011-11-08 13:48:20 +0100
by
Wojciech Polak
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Fix typos.
1 parent
87e973dd
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
libmu_dbm/dbm.c
libmu_dbm/mudbm.h
libmu_dbm/tokyo.c
libmu_dbm/dbm.c
View file @
61bccb1
...
...
@@ -81,7 +81,7 @@ mu_dbm_init ()
mu_dbm_register
(
&
_mu_dbm_ndbm
);
#endif
#ifdef WITH_TOKYOCABINET
mu_dbm_register
(
&
_mu_dbm_tokyo
k
abinet
);
mu_dbm_register
(
&
_mu_dbm_tokyo
c
abinet
);
#endif
if
(
!
mu_dbm_hint
)
{
...
...
libmu_dbm/mudbm.h
View file @
61bccb1
...
...
@@ -40,7 +40,7 @@ extern struct mu_dbm_impl _mu_dbm_bdb;
extern
struct
mu_dbm_impl
_mu_dbm_ndbm
;
#endif
#ifdef WITH_TOKYOCABINET
extern
struct
mu_dbm_impl
_mu_dbm_tokyo
k
abinet
;
extern
struct
mu_dbm_impl
_mu_dbm_tokyo
c
abinet
;
#endif
void
_mu_dbm_init
(
void
);
...
...
libmu_dbm/tokyo.c
View file @
61bccb1
...
...
@@ -214,7 +214,7 @@ _tc_strerror (mu_dbm_file_t db)
return
tchdberrmsg
(
db
->
db_errno
.
n
);
}
struct
mu_dbm_impl
_mu_dbm_tokyo
k
abinet
=
{
struct
mu_dbm_impl
_mu_dbm_tokyo
c
abinet
=
{
"tc"
,
_tc_file_safety
,
_tc_get_fd
,
...
...
Please
register
or
sign in
to post a comment