diff options
author | Christopher Faylor <me@cgf.cx> | 2005-12-22 05:57:54 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2005-12-22 05:57:54 +0000 |
commit | de935f6d9feb4a671580ad0f685a810749e8ab02 (patch) | |
tree | c9df2c01bc228f9f6f5e486efe559a9f8ef56905 /winsup/cygwin/syslog.cc | |
parent | 718dee922f2a168f752a7bceb93f85d114aaceb7 (diff) | |
download | cygnal-de935f6d9feb4a671580ad0f685a810749e8ab02.tar.gz cygnal-de935f6d9feb4a671580ad0f685a810749e8ab02.tar.bz2 cygnal-de935f6d9feb4a671580ad0f685a810749e8ab02.zip |
whitespace cleanup to force snapshot.
Diffstat (limited to 'winsup/cygwin/syslog.cc')
-rw-r--r-- | winsup/cygwin/syslog.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/syslog.cc b/winsup/cygwin/syslog.cc index a4beaea74..fc6758b62 100644 --- a/winsup/cygwin/syslog.cc +++ b/winsup/cygwin/syslog.cc @@ -233,7 +233,7 @@ out: sprintf (pribuf, "<%d>", priority); struct iovec iv[2] = { - { pribuf, strlen (pribuf) }, + { pribuf, strlen (pribuf) }, { (char *) msg, len } }; |