diff options
author | Harry Jeffery <harry@exec64.co.uk> | 2015-11-10 22:56:07 +0000 |
---|---|---|
committer | Harry Jeffery <harry@exec64.co.uk> | 2015-11-10 22:56:07 +0000 |
commit | 09c807871055a857fd1be936fa3219d4838c1151 (patch) | |
tree | 4413fa80f257d025e5591ce26c388d70e4155023 /navigator.c | |
parent | d414db0f65ada1d2bb159029d2f02f40a8d563e2 (diff) | |
download | imv-09c807871055a857fd1be936fa3219d4838c1151.tar.gz |
Use C style comments
Diffstat (limited to 'navigator.c')
-rw-r--r-- | navigator.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/navigator.c b/navigator.c index f24b0df..d8336ae 100644 --- a/navigator.c +++ b/navigator.c @@ -49,7 +49,6 @@ void imv_destroy_navigator(struct imv_navigator *nav) nav->num_paths = 0; } -//add a single path item with no other checks static void add_item(struct imv_navigator *nav, const char *path) { struct imv_loop_item *new_item = (struct imv_loop_item*) |