Commit 1e103eaf authored by Ulf Möller's avatar Ulf Möller
Browse files

Typo.

Pointed out by Nick Boyce <nick.boyce@eds.com>.
parent 8cd8a7b7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -68,7 +68,7 @@

#ifndef WIN32
#ifdef __ultrix
#include <sys/sylog.h>
#include <sys/syslog.h>
#else
#include <syslog.h>
#endif