X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flibpspp%2Fmessage.h;h=6cfbde7c5019ba2740a01c80bde5266edc7b06fc;hb=3d5011bbd45f2bd802caf55211bc060ed777a321;hp=d403b696539a4eabe07e9c0a5e520a717d6c37f3;hpb=61d50bb6faca2b65483ee1eac6a214a5a1263a13;p=pspp diff --git a/src/libpspp/message.h b/src/libpspp/message.h index d403b69653..6cfbde7c50 100644 --- a/src/libpspp/message.h +++ b/src/libpspp/message.h @@ -90,7 +90,7 @@ void msg_location_format (const struct msg_location *, struct string *); struct msg_stack { - struct msg_location location; + struct msg_location *location; char *description; };