Use C comments in C code.

This commit is contained in:
Atgeirr Flø Rasmussen 2012-04-13 15:46:15 +02:00
parent 709b8c0b82
commit 588060d1e6

View File

@ -408,7 +408,7 @@ well_controls_append(enum control_type type ,
ctrl->num += 1;
// TODO: Review this:
/* TODO: Review this: */
ctrl->current = 0;
}