]> granicus.if.org Git - transmission/commitdiff
tweak naming in the #include guard
authorJordan Lee <jordan@transmissionbt.com>
Tue, 10 Jun 2014 00:51:53 +0000 (00:51 +0000)
committerJordan Lee <jordan@transmissionbt.com>
Tue, 10 Jun 2014 00:51:53 +0000 (00:51 +0000)
utils/units.h

index aeacfc83b53b8f658b204c6df55a8dad40138658..463d60a96c764c86c1251cda858d3535e427225d 100644 (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"