diff options
| author | Ian MacArthur <imacarthur@gmail.com> | 2014-05-21 11:00:37 +0000 |
|---|---|---|
| committer | Ian MacArthur <imacarthur@gmail.com> | 2014-05-21 11:00:37 +0000 |
| commit | 3cccaf83c14c0afefecdb7e2867bc3833fdbefdd (patch) | |
| tree | 8f191354f62e5888f94b180c851c73a392ae2721 | |
| parent | d828af06fe1de1672d8128d81a5ee2e67ad5ddbb (diff) | |
Attempt pt fix keywords property on Fabien's
new Fl_sleep file, it seems to have been missed
of from the intial commit.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10154 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
| -rw-r--r-- | src/Fl_sleep.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Fl_sleep.cxx b/src/Fl_sleep.cxx index 43fbec46c..1548b3d0c 100644 --- a/src/Fl_sleep.cxx +++ b/src/Fl_sleep.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fl_sleep.cxx $" +// "$Id$" // // Multi-threading support code for the Fast Light Tool Kit (FLTK). // @@ -64,5 +64,5 @@ void Fl::usleep(unsigned long long microseconds) } // -// End of "$Id: $". +// End of "$Id$". // |
