projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Added missing events
[wxWidgets.git]
/
utils
/
tex2rtf
/
src
/
xlputils.cpp
diff --git
a/utils/tex2rtf/src/xlputils.cpp
b/utils/tex2rtf/src/xlputils.cpp
index 375e0a86c60950c0b4d92c2b9690be2f7b24c854..e29328aad19b91e4d0bc8d42938e9d8d21f5bb0b 100644
(file)
--- a/
utils/tex2rtf/src/xlputils.cpp
+++ b/
utils/tex2rtf/src/xlputils.cpp
@@
-399,7
+399,7
@@
void XLPOnMacro(int macroId, int no_args, bool start)
}
break;
}
}
break;
}
- }
+
}
}
}
break;
}
}
break;
@@
-434,7
+434,7
@@
void XLPOnMacro(int macroId, int no_args, bool start)
int ch = getc(fd);
while (ch != EOF)
{
int ch = getc(fd);
while (ch != EOF)
{
-
p
utc(ch, Chapters);
+
wxP
utc(ch, Chapters);
ch = getc(fd);
}
fclose(fd);
ch = getc(fd);
}
fclose(fd);