Skip to content

Commit

Permalink
fixed error
Browse files Browse the repository at this point in the history
git-svn-id: http://www.streamboard.tv/svn/oscam/trunk@10827 4b0bc96b-bc66-0410-9d44-ebda105a78c1
  • Loading branch information
Aeon authored and Aeon committed Jun 26, 2015
1 parent 53f2138 commit 27da6e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oscam-garbage.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#define OSCAM_GARBAGE_H_

#ifdef WITH_DEBUG
extern void add_garbage_debug(void *data, char *file, uint16_t line);
extern void add_garbage_debug(void *data, char *file, uint32_t line);
#define add_garbage(x) add_garbage_debug(x, __FILE__, __LINE__)
#else
extern void add_garbage(void *data);
Expand Down

0 comments on commit 27da6e8

Please sign in to comment.