diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2022-06-25 17:00:43 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2022-06-25 17:00:43 +0000 |
commit | 3abd0bf8bccb6ecba3834d4ca573a2e517a37a75 (patch) | |
tree | ed440070ceb115c68a5c7665b7bf6830a21fc525 /app/editres/svpopup.c | |
parent | dc6717650dbd5a3dfee53fdf246ffd5ae50d9574 (diff) |
Update editres to version 1.0.8.
No functional changes.
Diffstat (limited to 'app/editres/svpopup.c')
-rw-r--r-- | app/editres/svpopup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/editres/svpopup.c b/app/editres/svpopup.c index 384eb70f1..13951796c 100644 --- a/app/editres/svpopup.c +++ b/app/editres/svpopup.c @@ -26,7 +26,7 @@ in this Software without prior written authorization from The Open Group. */ #include <X11/Intrinsic.h> -#include <X11/StringDefs.h> /* Get standard string definations. */ +#include <X11/StringDefs.h> /* Get standard string definitions. */ #include <X11/Xatom.h> #include <X11/cursorfont.h> #include <X11/Shell.h> |