diff options
author | Tim Potter <tpot@samba.org> | 2002-05-13 07:28:16 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2002-05-13 07:28:16 +0000 |
commit | 27c0ce7d1178d7f00a97558c8634de884a6afd68 (patch) | |
tree | 5236c353d30f101e037ae4cf432985d820844467 /source3 | |
parent | 62f63f96e1a18bae09c6cdb42f4ab17668fc90ff (diff) | |
download | samba-27c0ce7d1178d7f00a97558c8634de884a6afd68.tar.gz samba-27c0ce7d1178d7f00a97558c8634de884a6afd68.tar.bz2 samba-27c0ce7d1178d7f00a97558c8634de884a6afd68.zip |
Removed irritating CR at end of file.
(This used to be commit 2811ac99a1fcc2be02f89a418fe00c99c2bba81c)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/python/py_spoolss_jobs_conv.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/python/py_spoolss_jobs_conv.c b/source3/python/py_spoolss_jobs_conv.c index 5ac36379ba..3481e96485 100644 --- a/source3/python/py_spoolss_jobs_conv.c +++ b/source3/python/py_spoolss_jobs_conv.c @@ -101,4 +101,3 @@ BOOL py_to_DOC_INFO_1(DOC_INFO_1 *info, PyObject *dict) to_struct(info, dict, py_DOC_INFO_1); return True; } - |