summaryrefslogtreecommitdiff
path: root/lib/libXaw/src/List.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libXaw/src/List.c')
-rw-r--r--lib/libXaw/src/List.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libXaw/src/List.c b/lib/libXaw/src/List.c
index a68a7bdd0..de765974f 100644
--- a/lib/libXaw/src/List.c
+++ b/lib/libXaw/src/List.c
@@ -455,11 +455,11 @@ ChangeSize(Widget w, unsigned int width, unsigned int height)
Layout(w, False, False, &request.width, &request.height);
request.request_mode = CWWidth | CWHeight;
XtMakeGeometryRequest(w, &request, &reply);
- /*FALLTROUGH*/
+ /*FALLTHROUGH*/
default:
break;
}
- /*FALLTROUGH*/
+ /*FALLTHROUGH*/
default:
break;
}