- Remove underscore from _MsgUnimplemented

svn path=/branches/ros-amd64-bringup/; revision=45444
This commit is contained in:
Timo Kreuzer 2010-02-06 01:28:58 +00:00
parent cb79d231d7
commit 0e4459beb1

View file

@ -12,8 +12,8 @@
.intel_syntax noprefix
.global _MsgUnimplemented
_MsgUnimplemented:
.global MsgUnimplemented
MsgUnimplemented:
.asciz "WARNING: %s at %s:%d is UNIMPLEMENTED!\n"