author | R. Bernstein <rocky@gnu.org> | 2012年09月26日 13:36:59 -0400 |
---|---|---|
committer | R. Bernstein <rocky@gnu.org> | 2012年09月26日 13:36:59 -0400 |
commit | 74b0b023f4aad4832bdf2e9df3752c5ff2e65dc6 (patch) | |
tree | de19e1e26aaf4148367bbccc2044b1a05350f259 /example/sample4.c | |
parent | 4c5369b7c407666f15beef4b6cacba8d8dfdf397 (diff) | |
download | libcdio-74b0b023f4aad4832bdf2e9df3752c5ff2e65dc6.tar.gz |
-rw-r--r-- | example/sample4.c | 4 |
diff --git a/example/sample4.c b/example/sample4.c index 4e75f5c4..34ae2e22 100644 --- a/example/sample4.c +++ b/example/sample4.c @@ -155,7 +155,7 @@ main(int argc, const char *argv[]) p_cdio = cdio_open (cd_image_name, DRIVER_UNKNOWN); if (NULL == p_cdio) { - printf("Problem in trying to find a driver.\n\n"); + printf("-- Problem in trying to find a driver.\n\n"); return 77; } @@ -175,7 +175,7 @@ main(int argc, const char *argv[]) /* try to find out what sort of CD we have */ if (0 == num_data) { - printf("Audio CD\n"); + printf("-- Audio CD\n"); } else { /* we have data track(s) */ cdio_iso_analysis_t cdio_iso_analysis; |