Skip to content

Commit c126f17

Browse files
authored
Update README.md (#31)
1 parent ca6fbef commit c126f17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ int main(int /*argc*/, char * /*argv*/[])
147147
// Retrieve sampling points.
148148
const tph_poisson_real *samples = tph_poisson_get_samples(sampling.get());
149149
if (samples == nullptr) {
150-
/* Shouldn't happen since we check the return value from tph_poisson_create! */
150+
// Shouldn't happen since we check the return value from tph_poisson_create!
151151
std::printf("Bad samples!\n");
152152
return EXIT_FAILURE;
153153
}

0 commit comments

Comments
 (0)