summaryrefslogtreecommitdiff
path: root/src/torrent.h
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2011-02-09 19:51:59 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2011-02-09 19:51:59 +0000
commitc277216befdc3438e717ea55539f49f7ffae107c (patch)
treea039f7547786c0cf3f103a6879285b067f7a7cdf /src/torrent.h
parent1cd35ab86d03cb76152363e33a2b85a1484c44e5 (diff)
indent -kr *.c *.h
Diffstat (limited to 'src/torrent.h')
-rw-r--r--src/torrent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/torrent.h b/src/torrent.h
index d457273..fa1ccf0 100644
--- a/src/torrent.h
+++ b/src/torrent.h
@@ -27,7 +27,7 @@
#define TORRENT_FLAG_INCOMPLETE (1 << 2) /* 0x02 */
#define TORRENT_FLAG_SEEDING (1 << 3) /* 0x04 */
#define TORRENT_FLAG_CHECKING (1 << 4) /* 0x08 */
-#define TORRENT_FLAG_WAITING_CHECK (1 << 5) /* 0x16 */
+#define TORRENT_FLAG_WAITING_CHECK (1 << 5) /* 0x16 */
#define TORRENT_FLAG_DOWNLOADING (1 << 6) /* 0x32 */
#define TORRENT_FLAG_PAUSED (1 << 7) /* 0x64 */