diff options
author | corvid <corvid@lavabit.com> | 2009-05-29 03:23:34 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2009-05-29 03:23:34 +0000 |
commit | f261111beac6ada3c8973fb91d683db8f9944525 (patch) | |
tree | fbd2e7ddbfabe7a5eef6d418592da6ebf37dc655 /dpip/dpip.c | |
parent | cdfd1ad0ba958e7f2f8d26b84573baa2d7796a20 (diff) |
consts
Diffstat (limited to 'dpip/dpip.c')
-rw-r--r-- | dpip/dpip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dpip/dpip.c b/dpip/dpip.c index c6212db9..5d83a2e9 100644 --- a/dpip/dpip.c +++ b/dpip/dpip.c @@ -18,7 +18,7 @@ #include "dpip.h" #include "d_size.h" -static char Quote = '\''; +static const char Quote = '\''; /* * Basically the syntax of a dpip tag is: |