Skip to content

Commit

Permalink
Fix up comment about the post synching to avoid confusion in the future.
Browse files Browse the repository at this point in the history
Signed-off-by: Philippe De Swert <philippe.deswert@jollamobile.com>
  • Loading branch information
philippedeswert committed Apr 9, 2014
1 parent 9b14321 commit 3c12013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/usb_moded-appsync.c
Expand Up @@ -236,7 +236,7 @@ int activate_sync(const char *mode)
struct list_elem *data = iter->data;
if(!strcmp(mode, data->mode))
{
/* launch items marked as post, will be launched after usb is up */
/* do not launch items marked as post, will be launched after usb is up */
if(data->post)
{
mark_active(data->name);
Expand Down

0 comments on commit 3c12013

Please sign in to comment.