Skip to content

Commit

Permalink
Remove extra tag that was rendering as text
Browse files Browse the repository at this point in the history
  • Loading branch information
ekcom committed Sep 14, 2024
1 parent b6b5323 commit de5f2d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion processes/processes.tex
Original file line number Diff line number Diff line change
Expand Up @@ -882,7 +882,7 @@ \section{The fork-exec-wait Pattern}
\caption{Fork, exec, wait diagram}
\end{figure}

\begin{lstlisting}[language=C][language=C]
\begin{lstlisting}[language=C]
#include <unistd.h>

int main() {
Expand Down

0 comments on commit de5f2d2

Please sign in to comment.