aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2010-08-02 18:04:58 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2010-08-02 18:04:58 +0300
commit8ed6243a664ab6ff8adf68e39b108a81eaf424d0 (patch)
treec683c1c66fe55ff61e967e95a149753e44b79c13
parent3277936e3a4672e32901ad8ba11a23cba2278bbe (diff)
downloadmailfromd-8ed6243a664ab6ff8adf68e39b108a81eaf424d0.tar.gz
mailfromd-8ed6243a664ab6ff8adf68e39b108a81eaf424d0.tar.bz2
Minor change.
* mfd/builtin/db.bi: Remove extra whitespace.
-rw-r--r--mfd/builtin/db.bi2
1 files changed, 1 insertions, 1 deletions
diff --git a/mfd/builtin/db.bi b/mfd/builtin/db.bi
index 9d43e5bf..30f34435 100644
--- a/mfd/builtin/db.bi
+++ b/mfd/builtin/db.bi
@@ -80,7 +80,7 @@ MF_PRAGMA(dbprop, 3, 4)
while (--argc) {
char *p = *++argv;
- if (strcmp (p, "null") == 0)
+ if (strcmp(p, "null") == 0)
null = 1;
else if (c_isdigit(*p)) {
unsigned long n = strtoul(p, &p, 8);

Return to:

Send suggestions and report system problems to the System administrator.