dlugolecki.net.pl
Dziennik
Polecane
Software
projects
/
gedcom-parse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc88e85
)
Remove newline from an error.
author
Peter Verthez
<Peter.Verthez@advalvas.be>
Thu, 13 Dec 2001 20:15:28 +0000
(20:15 +0000)
committer
Peter Verthez
<Peter.Verthez@advalvas.be>
Thu, 13 Dec 2001 20:15:28 +0000
(20:15 +0000)
gedcom/multilex.c
patch
|
blob
|
history
diff --git
a/gedcom/multilex.c
b/gedcom/multilex.c
index 1b9ce6f27a7b4b496ea7f8abbf2abffd24d29f35..8473624bad70c4c75899b715de7229b241788e9f 100644
(file)
--- a/
gedcom/multilex.c
+++ b/
gedcom/multilex.c
@@
-119,7
+119,7
@@
int gedcom_parse_file(char* file_name)
line_no = 1;
file = fopen(file_name, "r");
if (!file) {
- gedcom_error(_("Could not open file '%s'
\n
"), file_name);
+ gedcom_error(_("Could not open file '%s'"), file_name);
}
else {
init_encodings();