diff options
author | iovar <iovar@f606c939-3180-4ac9-a4b8-4b8779d57d0a> | 2006-11-07 07:46:42 +0000 |
---|---|---|
committer | iovar <iovar@f606c939-3180-4ac9-a4b8-4b8779d57d0a> | 2006-11-07 07:46:42 +0000 |
commit | eb54cd1c9f18fe02998c20abc8b6f936c4ae2709 (patch) | |
tree | fd3cc0ecf5c5f509d4317adb25b7114e17125fc0 /rMD-exp/src | |
parent | c05055d18c2760ac1879893d584c691b095058d8 (diff) |
gcc keeps bugging me about the no neeline at end of file,
so there it is. Newline added at end of file.
git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@146 f606c939-3180-4ac9-a4b8-4b8779d57d0a
Diffstat (limited to 'rMD-exp/src')
-rw-r--r-- | rMD-exp/src/encode_image_buffer.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/rMD-exp/src/encode_image_buffer.c b/rMD-exp/src/encode_image_buffer.c index 0eb5bfb..8ff9629 100644 --- a/rMD-exp/src/encode_image_buffer.c +++ b/rMD-exp/src/encode_image_buffer.c @@ -79,4 +79,5 @@ void SyncEncodeImageBuffer(ProgData *pdata){ pdata->avd+=pdata->frametime*2*pdata->args.channels; } } -}
\ No newline at end of file +} + |