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 | 2811ac99a1fcc2be02f89a418fe00c99c2bba81c (patch) | |
tree | 1964edb6e0c14c91cc910b77d10560dc28cda069 /source/python/py_spoolss_jobs_conv.c | |
parent | 325361e9e6e2b2f852cc8607ad93108b80bcef06 (diff) | |
download | samba-2811ac99a1fcc2be02f89a418fe00c99c2bba81c.tar.gz samba-2811ac99a1fcc2be02f89a418fe00c99c2bba81c.tar.xz samba-2811ac99a1fcc2be02f89a418fe00c99c2bba81c.zip |
Removed irritating CR at end of file.
Diffstat (limited to 'source/python/py_spoolss_jobs_conv.c')
-rw-r--r-- | source/python/py_spoolss_jobs_conv.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source/python/py_spoolss_jobs_conv.c b/source/python/py_spoolss_jobs_conv.c index 5ac36379ba3..3481e964851 100644 --- a/source/python/py_spoolss_jobs_conv.c +++ b/source/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; } - |