diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/mmtty.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mmtty.c b/test/mmtty.c index 677203ad..7947f814 100644 --- a/test/mmtty.c +++ b/test/mmtty.c @@ -250,7 +250,7 @@ start_cb (void) FALSE, (GAsyncReadyCallback) flash_ready, NULL); - return FALSE; + return G_SOURCE_REMOVE; } int main (int argc, char **argv) |