diff options
Diffstat (limited to 'protocols/Yahoo/src/webcam.cpp')
-rw-r--r-- | protocols/Yahoo/src/webcam.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/protocols/Yahoo/src/webcam.cpp b/protocols/Yahoo/src/webcam.cpp index 62973c5b58..8a5c0b01e9 100644 --- a/protocols/Yahoo/src/webcam.cpp +++ b/protocols/Yahoo/src/webcam.cpp @@ -25,8 +25,8 @@ /* WEBCAM callbacks */
void ext_yahoo_got_webcam_image(int id, const char *who,
- const unsigned char *image, unsigned int image_size, unsigned int real_size,
- unsigned int timestamp)
+ const unsigned char *image, unsigned int image_size, unsigned int real_size,
+ unsigned int timestamp)
{
LOG(("ext_yahoo_got_webcam_image"));
}
@@ -50,7 +50,7 @@ void ext_yahoo_webcam_invite(int id, const char *me, const char *from) {
LOG(("ext_yahoo_webcam_invite"));
- GETPROTOBYID( id )->ext_got_im(me, from, 0, Translate("[miranda] Got webcam invite. (not currently supported)"), 0, 0, 0, -1);
+ GETPROTOBYID(id)->ext_got_im(me, from, 0, Translate("[miranda] Got webcam invite. (not currently supported)"), 0, 0, 0, -1);
}
void ext_yahoo_webcam_invite_reply(int id, const char *me, const char *from, int accept)
|