[Python-checkins] python/nondist/sandbox/csv _csv.c,1.34,1.35

davecole@users.sourceforge.net davecole@users.sourceforge.net
Sun, 16 Feb 2003 03:26:03 -0800


Update of /cvsroot/python/python/nondist/sandbox/csv
In directory sc8-pr-cvs1:/tmp/cvs-serv25253

Modified Files:
	_csv.c 
Log Message:
Fixed my non-Guido formatting.


Index: _csv.c
===================================================================
RCS file: /cvsroot/python/python/nondist/sandbox/csv/_csv.c,v
retrieving revision 1.34
retrieving revision 1.35
diff -C2 -d -r1.34 -r1.35
*** _csv.c	16 Feb 2003 11:25:17 -0000	1.34
--- _csv.c	16 Feb 2003 11:26:01 -0000	1.35
***************
*** 1038,1042 ****
  				quoted = 1;
  				PyErr_Clear();
! 			} else {
  				Py_DECREF(num);
  			}
--- 1038,1043 ----
  				quoted = 1;
  				PyErr_Clear();
! 			}
! 			else {
  				Py_DECREF(num);
  			}