Skip to content
Snippets Groups Projects
Commit e73bfac1 authored by Steven Murray's avatar Steven Murray Committed by Steven Murray
Browse files

bug #101657: RFE: Define constant parameters of posittape() as const

Fixed in the trunk.
parent a240bbe5
Branches
Tags
No related merge requests found
......@@ -11,7 +11,7 @@
#include "rmc.h"
#include <Ctape_api.h>
int usrmsg(char *func, char *msg, ...)
int usrmsg(const char *func, const char *const msg, ...)
{
va_list args;
char *p;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment