]> git.lyx.org Git - features.git/blobdiff - src/tex2lyx/text.cpp
Fix known_escaped_chars
[features.git] / src / tex2lyx / text.cpp
index 737569080ffcc66911e9c2a1daf018696032004f..9569e05a38881316ceefed05d942dcaadb3b7a92 100644 (file)
@@ -348,7 +348,7 @@ string minted_nonfloat_caption = "";
 
 // Characters that have to be escaped by \\ in LaTeX
 char const * const known_escaped_chars[] = {
-               "&", "_", "$", "%", "#", "^", "{", "}"};
+               "&", "_", "$", "%", "#", "^", "{", "}", 0};
 
 
 /// splits "x=z, y=b" into a map and an ordered keyword vector