about summary refs log tree commit diff stats
path: root/src/codes.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/codes.h')
-rw-r--r--src/codes.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/codes.h b/src/codes.h index 334f0ce..6767805 100644 --- a/src/codes.h +++ b/src/codes.h
@@ -21,7 +21,8 @@ namespace twitter {
21 write_restricted, 21 write_restricted,
22 bad_length, 22 bad_length,
23 unknown_error, 23 unknown_error,
24 invalid_media 24 invalid_media,
25 invalid_response
25 }; 26 };
26 27
27}; 28};