Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 911ec18

Browse files
committed
# Added missing semicolon (was #ifdef'ed out in edit on Windows).
1 parent 1d8fb2d commit 911ec18

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/signalmodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ signal_alarm(self, args)
174174
static char alarm_doc[] =
175175
"alarm(seconds)\n\
176176
\n\
177-
Arrange for SIGALRM to arrive after the given number of seconds."
177+
Arrange for SIGALRM to arrive after the given number of seconds.";
178178
#endif
179179

180180
#ifdef HAVE_PAUSE

0 commit comments

Comments
 (0)