fix warning about no newline at end of file

svn path=/branches/ros-amd64-bringup/; revision=44352
This commit is contained in:
Samuel Serapion 2009-12-02 02:50:16 +00:00
parent 3619d4c3e9
commit d2a93c234a

View file

@ -636,4 +636,4 @@ unsigned int lhash_val_of_name_sys( syskind_t skind, LCID lcid, LPCSTR lpStr)
nLoWord = (nLoWord % 65599) & 0xffff;
return nHiWord | nLoWord;
}
}