Toggle navigation
Sign in
taskrambler
/
libtrbase
·
Commits
GitLab
Go to group
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Forks
Snippets
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
55629b9f3fcf93e440524e8eabf60c0a9258f12b
Authored by
Georg Hopp
2014-07-31 10:37:04 +0100
1 parent
f68ee339
fix macro
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
include/tr/class.h
include/tr/class.h
View file @
55629b9
...
...
@@ -135,7 +135,7 @@
135
135
class name = &(_##name.data); \
136
136
struct c_##class##_object _##name = { \
137
137
&c_##class, \
138
-
{
##__VA_ARGS__ }
\
138
+
{
__VA_ARGS__ }
\
139
139
}
140
140
141
141
/**
...
...
Please
register
or
login
to post a comment