* lisp/ox-latex.el (org-latex--align-string): Fix typo in last commit.
@@ -3128,8 +3128,8 @@ centered."
(cl-case (org-export-table-cell-alignment cell info)
(left "l")
(right "r")
- (center "c"))
- align))
+ (center "c")))
+ align)
(when (memq 'right borders) (push "|" align))))
info)
(apply 'concat (nreverse align)))))