From 786be3ffaa65c50590a514b5f7649435591f0713 Mon Sep 17 00:00:00 2001 From: Vladimir Kotal Date: Mon, 6 Nov 2023 14:32:01 +0100 Subject: [PATCH] remove extra whitespace --- proc.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proc.tex b/proc.tex index bc2e557..994da1d 100644 --- a/proc.tex +++ b/proc.tex @@ -1362,7 +1362,7 @@ \begin{alltt} void *handle; double y, x = 1.3; -double (*fun)(double); +double (*fun)(double); char *libname = "libm.so", *fn\_name = "sin"; if ((handle = \emprg{dlopen}(libname, RTLD\_NOW)) == NULL)