diff options
author | Michael Adam <obnox@samba.org> | 2007-10-05 12:41:22 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 15:07:46 -0500 |
commit | 20480a795306d1634db5c3cd5ce0ae6c8a13ba47 (patch) | |
tree | b33ec63f58d994f873cfa3c02d6a35682e7a8033 /source4/libcli/util | |
parent | 3b07f6aeb1a060efcf8218e76b8b84fb8850f337 (diff) | |
download | samba-20480a795306d1634db5c3cd5ce0ae6c8a13ba47.tar.gz samba-20480a795306d1634db5c3cd5ce0ae6c8a13ba47.tar.bz2 samba-20480a795306d1634db5c3cd5ce0ae6c8a13ba47.zip |
r25516: Sorry, I reverted too much of r25448 in r25515.
These two fixes should have remained! Thanks to
Metze for pointing this out.
Michael
(This used to be commit 294b2bf593445a79c500f02569f10ff72e1d6933)
Diffstat (limited to 'source4/libcli/util')
-rw-r--r-- | source4/libcli/util/werror.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/libcli/util/werror.h b/source4/libcli/util/werror.h index 0f49514b9f..55a4faa6a5 100644 --- a/source4/libcli/util/werror.h +++ b/source4/libcli/util/werror.h @@ -19,7 +19,7 @@ */ #ifndef _WERROR_H_ -#define _WERROR_H +#define _WERROR_H_ #include <stdint.h> |