Fixing /* warning on Linux.

This commit is contained in:
mcafee%netscape.com 1998-08-15 18:59:11 +00:00
parent 695e20e125
commit 0d58907159

View File

@ -221,7 +221,7 @@ struct _EDT_DragTableData {
LO_Element *pDragOverCell; /* Cell being dragged over */
int32 iRows; /* Number of rows being dragged */
int32 iColumns; /* Number of columns being dragged (counts COLSPAN) */
int32 *pCellsPerRow; /* Array of number of actual cells in each row (size = iRows)
int32 *pCellsPerRow; /* Array of number of actual cells in each row (size = iRows) */
/* (this doesn't count COLSPAN effects) */
int32 X; /* Location to place highlighting or make caret */
int32 Y; /* to show where to drop cells */