diff options
| author | Bdale Garbee <bdale@gag.com> | 2009-08-18 18:09:59 -0600 |
|---|---|---|
| committer | Bdale Garbee <bdale@gag.com> | 2009-08-18 18:09:59 -0600 |
| commit | 7fcbe76ce82ec5a17cf536afa0d1b9061e225aa9 (patch) | |
| tree | 74a2ed5f7f116f9656c74beb62888050abb071f7 /ao-tools/ao-bitbang/ao-bitbang.c | |
| parent | 035ba6df17f016953351bc77a98623c165b69909 (diff) | |
| parent | 4685fc541466afbeefc151bcb64cd054739c048b (diff) | |
Merge branch 'master' into debian
Diffstat (limited to 'ao-tools/ao-bitbang/ao-bitbang.c')
| -rw-r--r-- | ao-tools/ao-bitbang/ao-bitbang.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ao-tools/ao-bitbang/ao-bitbang.c b/ao-tools/ao-bitbang/ao-bitbang.c index 7090c9a3..e8dff6bf 100644 --- a/ao-tools/ao-bitbang/ao-bitbang.c +++ b/ao-tools/ao-bitbang/ao-bitbang.c @@ -23,7 +23,7 @@ main (int argc, char **argv) { struct ccdbg *dbg; - dbg = ccdbg_open(); + dbg = ccdbg_open("BITBANG"); if (!dbg) exit (1); |
