浏览代码

- Added newline at end of files. (bugreport:7619)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@17385 54d463be-8e91-2dee-dedb-b68131a5f0ec
brianluau 12 年之前
父节点
当前提交
b961342580
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      src/map/cashshop.c
  2. 1 1
      src/map/cashshop.h

+ 1 - 1
src/map/cashshop.c

@@ -330,4 +330,4 @@ int do_init_cashshop( void ){
 	cashshop_read_db();
 
 	return 0;
-}
+}

+ 1 - 1
src/map/cashshop.h

@@ -55,4 +55,4 @@ struct cash_item_db{
 
 extern struct cash_item_db cash_shop_items[CASHSHOP_TAB_SEARCH];
 
-#endif /* _CASHSHOP_H_ */
+#endif /* _CASHSHOP_H_ */