diff options
author | Tim Potter <tpot@samba.org> | 2002-12-20 01:29:08 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2002-12-20 01:29:08 +0000 |
commit | 4ae77aa17ce192eff17f91c2712b97cbbe15671a (patch) | |
tree | 5ec754b67c1df8172500c89bb3df09e75acf0e2d /source3 | |
parent | 48461eb42a3435a552c06a01561a78299ade8660 (diff) | |
download | samba-4ae77aa17ce192eff17f91c2712b97cbbe15671a.tar.gz samba-4ae77aa17ce192eff17f91c2712b97cbbe15671a.tar.bz2 samba-4ae77aa17ce192eff17f91c2712b97cbbe15671a.zip |
Whitespace syncup.
(This used to be commit 7a4a2cb8e86ae8ed0bd877f0cfa324e23b96593a)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/rpc_server/srv_spoolss_nt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/rpc_server/srv_spoolss_nt.c b/source3/rpc_server/srv_spoolss_nt.c index 751ff00a04..b5c5749f3c 100644 --- a/source3/rpc_server/srv_spoolss_nt.c +++ b/source3/rpc_server/srv_spoolss_nt.c @@ -4928,7 +4928,7 @@ static uint32 init_unistr_array(uint16 **uni_array, fstring *char_array, char *s pstrcpy( line, v ); DEBUGADD(6,("%d:%s:%d\n", i, line, strlen(line))); - + /* add one extra unit16 for the second terminating NULL */ if ( (tuary=Realloc(*uni_array, (j+1+strlen(line)+2)*sizeof(uint16))) == NULL ) { |