Skip to content

Commit

Permalink
Correct Separations setup
Browse files Browse the repository at this point in the history
  • Loading branch information
josephwright committed Jan 19, 2021
1 parent b564b6f commit cc54aaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion l3backend/l3backend-color.dtx
Expand Up @@ -774,7 +774,7 @@
% we share the same code as for \pdfTeX{}.
% \begin{macrocode}
\cs_new_protected:Npn \@@_backend_select_separation:nn #1#2
{ \@@_backend_select:nn { /#1 ~ cs ~ /#1 ~ CS } { #2 ~ scn ~ #2 ~ SCN } }
{ \@@_backend_select:nn { /#1 ~ cs ~ #2 ~ scn } { /#1 ~ CS ~ #2 ~ SCN } }
\cs_new_eq:NN \@@_backend_select_devicen:nn \@@_backend_select_separation:nn
% \end{macrocode}
% \end{macro}
Expand Down

0 comments on commit cc54aaf

Please sign in to comment.