Skip to content

Commit

Permalink
silence compiler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
dgp committed Dec 9, 2024
1 parent d12a040 commit aa9084c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generic/tkPanedWindow.c
Original file line number Diff line number Diff line change
Expand Up @@ -2651,7 +2651,7 @@ MoveSash(
{
int i;
int expandPane, reduceFirst, reduceLast, reduceIncr, paneSize, sashOffset;
Pane *panePtr;
Pane *panePtr = NULL;
int stretchReserve = 0;
int nextSash = sash + 1;
const int horizontal = (pwPtr->orient == ORIENT_HORIZONTAL);
Expand Down

0 comments on commit aa9084c

Please sign in to comment.