tweak naming in the #include guard

This commit is contained in:
Jordan Lee 2014-06-10 00:51:53 +00:00
parent ef9370783a
commit e1a3f31900
1 changed files with 2 additions and 2 deletions

View File

@ -7,8 +7,8 @@
* $Id:$
*/
#ifndef SHOW_H
#define SHOW_H
#ifndef UNITS_H
#define UNITS_H
#define MEM_K 1024
#define MEM_K_STR "KiB"