lavu/timestamp: Avoid C++-unfriendly code in user header

Including this header in a C++11 program (inside extern "C") will
throw an error because it looks like a user-defined literal.  Add a
space between the two tokens to avoid the problem.
This commit is contained in:
Mark Thompson 2016-08-31 20:48:45 +01:00
parent 5d054a1ac4
commit a2c912c3b6
1 changed files with 1 additions and 1 deletions