summaryrefslogtreecommitdiff
path: root/ztcfg.c
diff options
context:
space:
mode:
authormarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2003-06-21 19:02:54 +0000
committermarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2003-06-21 19:02:54 +0000
commiteb9d239a7edfc77870192ebdb7658ce2124d0b7e (patch)
treea2305956550a417b2e9ffbe3896f84d446a05d94 /ztcfg.c
parent88a7e5e14d5a0f851f244c429cd788e7590c39b0 (diff)
Enhance spinlocks on zaptel
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@199 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'ztcfg.c')
-rwxr-xr-xztcfg.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ztcfg.c b/ztcfg.c
index ce369bc..b746767 100755
--- a/ztcfg.c
+++ b/ztcfg.c
@@ -645,7 +645,6 @@ int main(int argc, char *argv[])
case 's':
stopmode = 1;
break;
- default:
}
}
cf = fopen(filename, "r");