mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-22 20:16:54 +03:00
Messages: Correct code comment.
This commit is contained in:
parent
c2ac1a713f
commit
c6717f1ade
@ -371,7 +371,7 @@ const char *messages_get_errorcode(nserror code)
|
||||
return messages_get_ctx("PNGError", messages_hash);
|
||||
|
||||
case NSERROR_SPRITE_ERROR:
|
||||
/* A SVG error occurred */
|
||||
/* A RISC OS Sprite error occurred */
|
||||
return messages_get_ctx("SpriteError", messages_hash);
|
||||
|
||||
case NSERROR_SVG_ERROR:
|
||||
|
Loading…
Reference in New Issue
Block a user