cosmetic: add dot to the end of message

This commit is contained in:
Daniel Kochmanski 2017-09-05 20:16:22 +02:00
parent 9df92cfe03
commit e7876023c8

View file

@ -310,7 +310,7 @@ create_descriptor(cl_object stream, cl_object direction,
DUPLICATE_SAME_ACCESS);
}
else {
FEerror("Invalid ~S argument to EXT:RUN-PROGRAM", 1, stream);
FEerror("Invalid ~S argument to EXT:RUN-PROGRAM.", 1, stream);
}
}
#else
@ -345,7 +345,7 @@ create_descriptor(cl_object stream, cl_object direction,
}
}
else {
FEerror("Invalid ~S argument to EXT:RUN-PROGRAM", 1, stream);
FEerror("Invalid ~S argument to EXT:RUN-PROGRAM.", 1, stream);
}
}
#endif