summaryrefslogtreecommitdiff
path: root/source/rpc_parse/parse_prs.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2006-03-10 13:14:01 +0000
committerGünther Deschner <gd@samba.org>2006-03-10 13:14:01 +0000
commit21282c00b1124c40efa54770599114166729245b (patch)
tree69dfcf27c3552eee98f6e6db97b627c6be2eadbb /source/rpc_parse/parse_prs.c
parentfbf9554680546c5dcc4c536714210fa47f418c8b (diff)
downloadsamba-21282c00b1124c40efa54770599114166729245b.tar.gz
r14146: Just some typos.
Guenther
Diffstat (limited to 'source/rpc_parse/parse_prs.c')
-rw-r--r--source/rpc_parse/parse_prs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/rpc_parse/parse_prs.c b/source/rpc_parse/parse_prs.c
index 4683f1dbd07..474e93cc1f0 100644
--- a/source/rpc_parse/parse_prs.c
+++ b/source/rpc_parse/parse_prs.c
@@ -607,12 +607,12 @@ BOOL prs_uint8(const char *name, prs_struct *ps, int depth, uint8 *data8)
if (q == NULL)
return False;
- if (UNMARSHALLING(ps))
+ if (UNMARSHALLING(ps))
*data8 = CVAL(q,0);
else
SCVAL(q,0,*data8);
- DEBUG(5,("%s%04x %s: %02x\n", tab_depth(depth), ps->data_offset, name, *data8));
+ DEBUG(5,("%s%04x %s: %02x\n", tab_depth(depth), ps->data_offset, name, *data8));
ps->data_offset += 1;