Skip to content

Commit

Permalink
cosmetic change
Browse files Browse the repository at this point in the history
  • Loading branch information
nettoyeurny committed Feb 2, 2013
1 parent 8069268 commit 715bd08
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .classpath
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
</attributes>
</classpathentry>
<classpathentry kind="src" path="javatests"/>
<classpathentry kind="src" path="samples"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="lib" path="libs/easymock-3.0.jar"/>
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ JNI_FILE = libpd_wrapper/util/ringbuffer.c libpd_wrapper/util/z_queued.c \
jni/z_jni_plain.c
JNIH_FILE = jni/z_jni.h
JAVA_BASE = java/org/puredata/core/PdBase.java
HOOK_SET = libpd_wrapper/util/z_csharp_helper.c
HOOK_SET = libpd_wrapper/util/z_hook_util.c
LIBPD = libs/libpd.$(SOLIB_EXT)
PDCSHARP = libs/libpdcsharp.$(SOLIB_EXT)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*
*/

#include "z_csharp_helper.h"
#include "z_hook_util.h"

// returns true if and only if an actual init was performed
int libpd_safe_init() {
Expand Down Expand Up @@ -63,4 +63,4 @@ char *libpd_atom_get_symbol(t_atom *a) {

t_atom *libpd_next_atom(t_atom *a) {
return a + 1;
}
}
File renamed without changes.

0 comments on commit 715bd08

Please sign in to comment.