summaryrefslogtreecommitdiff
path: root/ao-tools
diff options
context:
space:
mode:
authorBdale Garbee <bdale@gag.com>2009-08-18 21:49:39 -0600
committerBdale Garbee <bdale@gag.com>2009-08-18 21:49:39 -0600
commitcd5ce661e2a8f9694933358ccb5b916fbed089c2 (patch)
treec5c120af64999c38926330212a588ff065a01f9b /ao-tools
parentd996aa9b32fb0eb385bd3d158256c29788a42fe3 (diff)
add support for building Debian package
Diffstat (limited to 'ao-tools')
-rw-r--r--ao-tools/ao-load/ao-load.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/ao-tools/ao-load/ao-load.c b/ao-tools/ao-load/ao-load.c
index 642af2fe..c27fcbe9 100644
--- a/ao-tools/ao-load/ao-load.c
+++ b/ao-tools/ao-load/ao-load.c
@@ -89,9 +89,6 @@ rewrite(struct hex_image *image, unsigned addr, char *data, int len)
memcpy(image->data + addr - image->address, data, len);
}
-<<<<<<< HEAD:ao-tools/ao-load/ao-load.c
-static const struct option
-=======
static const struct option options[] = {
{ .name = "tty", .has_arg = 1, .val = 'T' },
{ 0, 0, 0, 0},
@@ -103,7 +100,6 @@ static void usage(char *program)
exit(1);
}
->>>>>>> c29275b72438637d46d7a50742882d2736eb176a:ao-tools/ao-load/ao-load.c
int
main (int argc, char **argv)
{