projects
/
idzebra-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4c7171
)
Fix typo in inTline_mk_field(), resolves undeclared function warning
author
Mike Taylor
<mike@indexdata.com>
Mon, 24 Nov 2003 12:54:57 +0000
(12:54 +0000)
committer
Mike Taylor
<mike@indexdata.com>
Mon, 24 Nov 2003 12:54:57 +0000
(12:54 +0000)
in marcread.c
recctrl/inline.h
patch
|
blob
|
history
diff --git
a/recctrl/inline.h
b/recctrl/inline.h
index
d30531d
..
a171bbc
100644
(file)
--- a/
recctrl/inline.h
+++ b/
recctrl/inline.h
@@
-1,5
+1,5
@@
/*
- $Id: inline.h,v 1.2 2003-11-09 11:49:49 oleg Exp $
+ $Id: inline.h,v 1.3 2003-11-24 12:54:57 mike Exp $
*/
#ifndef INLINE_H
#define INLINE_H
@@
-26,7
+26,7
@@
typedef struct inline_subfield
struct inline_subfield *parent;
} inline_subfield;
-inline_field *intline_mk_field(void);
+inline_field *inline_mk_field(void);
int inline_parse(inline_field *pf, const char *tag, const char *s);
void inline_destroy_field(inline_field *p);